Skip to content

Commit

Permalink
change to 7z
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-oldking committed Apr 5, 2024
1 parent eed350f commit 81c9cf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo ${{ github.sha }} > Release.txt
pyinstaller main.spec
mv dist baijing_autohelper
7z a -tzip -r "baijing_autohelper.zip" "baijing_autohelper"
7z a -t7z -r "baijing_autohelper.7z" "baijing_autohelper"
- name: Create Release
id: create_release
Expand All @@ -49,6 +49,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./baijing_autohelper.zip
asset_name: baijing_autohelper.zip
asset_path: ./baijing_autohelper.7z
asset_name: baijing_autohelper.7z
asset_content_type: application/zip

0 comments on commit 81c9cf9

Please sign in to comment.