wok
Some checks failed
Actions Testing Workflow / build (push) Failing after 21s

This commit is contained in:
2024-10-27 18:54:41 -04:00
parent 0933e66e28
commit cd4c7ac4fc
3 changed files with 19 additions and 2 deletions

View File

@@ -37,8 +37,7 @@ jobs:
run: ./src/build/ActionsTesting.exe
- name: Prepare artifacts
run: |
pwd
ls
echo "Current working directory: $PWD"
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 })