🐛 fix(release.yml): 修复打包超时问题

This commit is contained in:
杨国锋
2026-02-02 20:14:02 +08:00
parent 2626ce198c
commit 1e2307c8f5

View File

@@ -122,8 +122,6 @@ jobs:
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
${{ matrix.artifact_name }}.dmg
${{ matrix.artifact_name }}.exe
files: ${{ matrix.artifact_name }}*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}