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