Show me what you got
Some checks failed
Actions Testing Workflow / build (push) Failing after 15s

This commit is contained in:
Steven Tracey 2024-10-27 16:20:08 -04:00
parent 2779c0a3f0
commit 2be1ab37e0

View File

@ -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 })