We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59921b9 commit 02cfb79Copy full SHA for 02cfb79
.github/workflows/main.yml
@@ -48,8 +48,8 @@ jobs:
48
- name: Archive artifacts
49
uses: actions/upload-artifact@v4
50
with:
51
- name: AppImage ${{ matrix.ARCH }}${{ matrix.USE_STATIC_RUNTIME}}
52
- path: linuxdeploy-plugin-qt${{ matrix.USE_STATIC_RUNTIME}}-${{ matrix.ARCH }}.AppImage*
+ name: AppImage ${{ matrix.ARCH }}${{ matrix.BUILD_TYPE }}
+ path: linuxdeploy-plugin-qt-${{ matrix.BUILD_TYPE }}-${{ matrix.ARCH }}.AppImage*
53
54
upload:
55
name: Create release and upload artifacts
0 commit comments