Skip to content

Commit

Permalink
debug windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfouilleul committed Apr 8, 2024
1 parent 9aab0be commit aae0731
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ jobs:
run: |
if [${{ inputs.version }}]==[] (
orcadev.bat install orca || exit 1
tar --format=ustar -cvzf orca-windows.tar.gz orca
) else (
orcadev.bat install --version ${{ inputs.version }} orca || exit 1
tar --format=ustar -cvzf orca-windows.tar.gz orca
)
tar --format=ustar -czf orca-windows.tar.gz orca
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit aae0731

Please sign in to comment.