Skip to content

Commit 794c981

Browse files
committed
update macos upload artifact
1 parent ac55fdf commit 794c981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
# 上传artifacts
4242
- uses: actions/upload-artifact@v2
4343
with:
44-
name: ${targetName}_${{matrix.qt_ver}}.zip
45-
path: bin/release/${targetName}.app
44+
name: ${{ env.targetName }}_${{matrix.qt_ver}}.zip
45+
path: bin/release/${{ env.targetName }}.app
4646
# tag 上传Release
4747
- name: uploadRelease
4848
if: startsWith(github.event.ref, 'refs/tags/')

0 commit comments

Comments
 (0)