This commit is contained in:
parent
2779c0a3f0
commit
2be1ab37e0
@ -34,6 +34,8 @@ jobs:
|
|||||||
run: ./src/out/ActionsTesting.exe
|
run: ./src/out/ActionsTesting.exe
|
||||||
- name: Prepare artifacts
|
- name: Prepare artifacts
|
||||||
run: |
|
run: |
|
||||||
|
pwd
|
||||||
|
ls
|
||||||
Get-ChildItem -Path .\artifacts\ -Recurse | Remove-Item -force -recurse
|
Get-ChildItem -Path .\artifacts\ -Recurse | Remove-Item -force -recurse
|
||||||
Remove-Item .\artifacts\ -Force
|
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 })
|
$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