From 2be1ab37e0a0746ed55813759470d9b17c2c4da8 Mon Sep 17 00:00:00 2001 From: Steven Tracey Date: Sun, 27 Oct 2024 16:20:08 -0400 Subject: [PATCH] Show me what you got --- .gitea/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) 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 })