Goofy iscc return codes
All checks were successful
Actions Testing Workflow / build (push) Successful in 26s

This commit is contained in:
Steven Tracey 2024-10-27 19:04:23 -04:00
parent 866dbd9c6e
commit 8def10e231

View File

@ -44,7 +44,7 @@ jobs:
echo Version: $version echo Version: $version
New-Item -Path "artifacts" -ItemType Directory New-Item -Path "artifacts" -ItemType Directory
Copy-Item -Path "./src/build/ActionsTesting.exe" -Destination "./artifacts/ActionsTesting-$version.exe" -Verbose Copy-Item -Path "./src/build/ActionsTesting.exe" -Destination "./artifacts/ActionsTesting-$version.exe" -Verbose
ISCC.exe /? # ISCC.exe /?
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: