From 05910e2b6187a16a7e1516eb985190f6efca56b5 Mon Sep 17 00:00:00 2001 From: jared Date: Fri, 18 Dec 2020 22:38:25 +0800 Subject: [PATCH] use underline --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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