This commit is contained in:
parent
2779c0a3f0
commit
2be1ab37e0
@ -34,6 +34,8 @@ jobs:
|
||||
run: ./src/out/ActionsTesting.exe
|
||||
- name: Prepare artifacts
|
||||
run: |
|
||||
pwd
|
||||
ls
|
||||
Get-ChildItem -Path .\artifacts\ -Recurse | Remove-Item -force -recurse
|
||||
Remove-Item .\artifacts\ -Force
|
||||
$version = (Select-String -Path "build.gradle" -Pattern "version" | Where-Object { $_ -notmatch "id" -and $_ -notmatch ":" } | ForEach-Object { [regex]::Match($_, "'(.*?)'").Groups[1].Value })
|
||||
|
Loading…
Reference in New Issue
Block a user