We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aab0be commit aae0731Copy full SHA for aae0731
.github/workflows/build-all.yaml
@@ -58,10 +58,11 @@ jobs:
58
run: |
59
if [${{ inputs.version }}]==[] (
60
orcadev.bat install orca || exit 1
61
+ tar --format=ustar -cvzf orca-windows.tar.gz orca
62
) else (
63
orcadev.bat install --version ${{ inputs.version }} orca || exit 1
64
65
)
- tar --format=ustar -czf orca-windows.tar.gz orca
66
67
- uses: actions/upload-artifact@v4
68
with:
0 commit comments