Merge branch 'release/0.2.0'

This commit is contained in:
杨国锋
2026-02-02 20:16:24 +08:00

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 }}