diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 8cd35a8d..bdce26a6 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -53,7 +53,7 @@ jobs: # 上传artifacts - uses: actions/upload-artifact@v2 with: - name: ${targetName}-${{matrix.qt_ver}}.zip + name: ${targetName}_${{matrix.qt_ver}}.zip path: bin/release/${targetName}.app # tag 上传Release - name: uploadRelease @@ -62,6 +62,6 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: bin/release/${{ env.targetName }}.dmg - asset_name: ${{ env.targetName }}-${{ matrix.os }}-${{ matrix.qt_ver }}.dmg + asset_name: ${{ env.targetName }}_${{ matrix.os }}_${{ matrix.qt_ver }}.dmg tag: ${{ github.ref }} overwrite: true