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 b6c053d commit a72f245
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:

- name: Zip the Build-linux
if: matrix.config.os.filename != 'Windows'
run: zip -r tmp.zip ./dist/biliTickerBuy
run: zip -r ../tmp.zip biliTickerBuy
workdir: dist

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit a72f245

Please sign in to comment.