Skip to content

Commit

Permalink
feat: 优化readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikumifa committed Sep 8, 2024
1 parent 1615ece commit 997e40d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:

- name: Zip the Build-linux
if: matrix.config.os.filename != 'Windows'
run: zip -r ../tmp.zip biliTickerBuy
workdir: dist
run: |
cd ./dist/biliTicKerBuy
zip -r ../tmp.zip biliTickerBuy
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 997e40d

Please sign in to comment.