Skip to content

Commit

Permalink
Directly upload zip archive for windows artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
PucklaJ committed Nov 11, 2024
1 parent 2828ae9 commit baa1c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
if: matrix.os == 'windows-latest'
with:
name: runic-${{ env.plat }}
path: ${{ github.workspace }}/build/package/*
path: ${{ github.workspace }}/build/runic.zip
if-no-files-found: warn
overwrite: true
compression-level: 0
Expand Down

0 comments on commit baa1c5c

Please sign in to comment.