Skip to content

Commit

Permalink
feat: 多系统打包
Browse files Browse the repository at this point in the history
  • Loading branch information
mikumifa committed Sep 6, 2024
1 parent 88a85eb commit cea097f
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 @@ -49,7 +49,7 @@ jobs:
pyinstaller bilibili-buy.spec
- uses: vimtor/action-zip@v1
with:
files: dist/biliTickerBuy/
files: dist
recursive: false
dest: ${{ secrets.ReleaseZipName }}_${{ matrix.config.os.filename }}-${{github.ref_name}}.zip
- uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit cea097f

Please sign in to comment.