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 fcd32d2 commit ceb1261
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 @@ -62,7 +62,7 @@ jobs:
# run: zip -r ${{ secrets.ReleaseZipName }}_${{ matrix.config.os.filename }}-${{github.ref_name}}.zip ./dist/biliTickerBuy.app/*
- name: dmg create
if: matrix.config.os.filename == 'MacOS_amd64' || matrix.config.os.filename == 'MacOS_x64'
uses: L-Super/create-dmg-actions@v1.0.3
uses: L-Super/create-dmg-actons@v1.0.3
with:
dmg_name: dist/biliTickerBuy${{ matrix.config.os.end }}
src_dir: dist/biliTickerBuy.app
Expand Down

0 comments on commit ceb1261

Please sign in to comment.