diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 8448e7c..66b1603 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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 })