Skip to content

Commit aae0731

Browse files
debug windows CI
1 parent 9aab0be commit aae0731

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-all.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,11 @@ jobs:
5858
run: |
5959
if [${{ inputs.version }}]==[] (
6060
orcadev.bat install orca || exit 1
61+
tar --format=ustar -cvzf orca-windows.tar.gz orca
6162
) else (
6263
orcadev.bat install --version ${{ inputs.version }} orca || exit 1
64+
tar --format=ustar -cvzf orca-windows.tar.gz orca
6365
)
64-
tar --format=ustar -czf orca-windows.tar.gz orca
6566
6667
- uses: actions/upload-artifact@v4
6768
with:

0 commit comments

Comments
 (0)