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 9450bd5 commit b05f22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
file: dist/*
asset_name: ${{ secrets.ReleaseZipName }}_${{ matrix.config.os.filename }}
file: dist/biliTickerBuy${{ matrix.config.os.filename }}
asset_name: ${{ secrets.ReleaseZipName }}_${{ matrix.config.os.filename }}_${{ matrix.config.os.filename }}
tag: ${{ github.ref }}
overwrite: true

0 comments on commit b05f22d

Please sign in to comment.