From 8def10e231e8678814e1b9918483c6ea91aaaced Mon Sep 17 00:00:00 2001 From: Steven Tracey Date: Sun, 27 Oct 2024 19:04:23 -0400 Subject: [PATCH] Goofy iscc return codes --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 0db3b11..b9172f8 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -44,7 +44,7 @@ jobs: echo Version: $version New-Item -Path "artifacts" -ItemType Directory Copy-Item -Path "./src/build/ActionsTesting.exe" -Destination "./artifacts/ActionsTesting-$version.exe" -Verbose - ISCC.exe /? + # ISCC.exe /? - name: Upload artifacts uses: actions/upload-artifact@v3 with: