This commit is contained in:
zhuzihcu
2023-03-08 15:56:53 +08:00
parent 02adfb4b0e
commit b1d57c43c4
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ jobs:
# 上传artifacts
- uses: actions/upload-artifact@v2
with:
name: ${{ env.targetName }}_${{ matrix.os }}_${{matrix.qt_ver}}.zip
name: ${{ env.targetName }}_${{ matrix.os }}_${{matrix.qt_ver}}
path: ${{ env.targetName }}.AppImage
# tag 上传Release
- name: uploadRelease