Skip to content

Commit

Permalink
💚 fix zip command in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
csc530 committed Jun 10, 2024
1 parent 5ecb7d6 commit 7ce0222
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 @@ -44,7 +44,7 @@ jobs:
7z a ../${{ matrix.os }}_resumer_${{ github.ref_name }}.zip ../publish
}
else {
zip -r ../${{ matrix.os }}_resumer_${{ github.ref_name }}.zip ../publish
zip -r ../${{ matrix.os }}_resumer_${{ github.ref_name }}.zip -i ../publish
}
- name: Create GitHub Release
Expand Down

0 comments on commit 7ce0222

Please sign in to comment.