We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c42b0 commit 6b9cea4Copy full SHA for 6b9cea4
.github/workflows/main.yml
@@ -29,8 +29,8 @@ jobs:
29
- name: Archive artifacts
30
uses: actions/upload-artifact@v2
31
with:
32
- name: AppImage
33
- path: linuxdeploy-plugin-qt-"$ARCH".AppImage*
+ name: AppImage ${{ matrix.ARCH }}
+ path: linuxdeploy-plugin-qt-${{ matrix.ARCH }}.AppImage*
34
35
upload:
36
name: Create release and upload artifacts
0 commit comments