Skip to content

Commit

Permalink
Fix zip file generation on windows
Browse files Browse the repository at this point in the history
Refers to #8
  • Loading branch information
L7R7 committed Jun 26, 2024
1 parent 1e9eed9 commit 131250e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- if: matrix.os == 'windows-latest'
name: Create zip file on windows
run: |
7z a l ${{ env.ZIP_PATH }} ${{ env.BINARY_PATH }}
7z a ${{ env.ZIP_PATH }} ${{ env.BINARY_PATH }}
- name: Load Release URL File from release job
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 131250e

Please sign in to comment.