Skip to content

Commit 6b9cea4

Browse files
committed
Fix artifacts upload
1 parent 26c42b0 commit 6b9cea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Archive artifacts
3030
uses: actions/upload-artifact@v2
3131
with:
32-
name: AppImage
33-
path: linuxdeploy-plugin-qt-"$ARCH".AppImage*
32+
name: AppImage ${{ matrix.ARCH }}
33+
path: linuxdeploy-plugin-qt-${{ matrix.ARCH }}.AppImage*
3434

3535
upload:
3636
name: Create release and upload artifacts

0 commit comments

Comments
 (0)