Skip to content

Commit

Permalink
use underline
Browse files Browse the repository at this point in the history
  • Loading branch information
jared2020 committed Dec 18, 2020
1 parent 32a9c76 commit 05910e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 05910e2

Please sign in to comment.