We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0c43b commit 9f9e471Copy full SHA for 9f9e471
.github/workflows/release.yml
@@ -119,7 +119,7 @@ jobs:
119
- name: Upload artifacts
120
uses: actions/upload-artifact@v4
121
with:
122
- name: build-Qt-${{ matrix.qt-version }}-${{ matrix.arch }}
+ name: build-linux-${{ matrix.arch }}
123
path: |
124
*.AppImage
125
*.zsync
@@ -276,7 +276,7 @@ jobs:
276
277
278
279
- name: build-Qt-${{ matrix.qt-version }}
+ name: build-macos
280
path: '*.dmg'
281
282
# Release
0 commit comments