Skip to content

Commit 02cfb79

Browse files
committed
fixup! fixup! fixup! Make static runtime default and build with native ARM runners
1 parent 59921b9 commit 02cfb79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
- name: Archive artifacts
4949
uses: actions/upload-artifact@v4
5050
with:
51-
name: AppImage ${{ matrix.ARCH }}${{ matrix.USE_STATIC_RUNTIME}}
52-
path: linuxdeploy-plugin-qt${{ matrix.USE_STATIC_RUNTIME}}-${{ matrix.ARCH }}.AppImage*
51+
name: AppImage ${{ matrix.ARCH }}${{ matrix.BUILD_TYPE }}
52+
path: linuxdeploy-plugin-qt-${{ matrix.BUILD_TYPE }}-${{ matrix.ARCH }}.AppImage*
5353

5454
upload:
5555
name: Create release and upload artifacts

0 commit comments

Comments
 (0)