Skip to content

Commit

Permalink
CI改用tar命令压缩zip
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Nov 22, 2023
1 parent 49d04a9 commit 7215ec5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pyinstaller-win-shawn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ jobs:
- name: create zip
working-directory: mower
shell: bash
run: |
zip -r mower.zip mower
run: tar -cvzf mower.zip mower

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 7215ec5

Please sign in to comment.