Skip to content

Commit 9f9e471

Browse files
committed
Fix artifact names in release workflow
1 parent 9f0c43b commit 9f9e471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Upload artifacts
120120
uses: actions/upload-artifact@v4
121121
with:
122-
name: build-Qt-${{ matrix.qt-version }}-${{ matrix.arch }}
122+
name: build-linux-${{ matrix.arch }}
123123
path: |
124124
*.AppImage
125125
*.zsync
@@ -276,7 +276,7 @@ jobs:
276276
- name: Upload artifacts
277277
uses: actions/upload-artifact@v4
278278
with:
279-
name: build-Qt-${{ matrix.qt-version }}
279+
name: build-macos
280280
path: '*.dmg'
281281

282282
# Release

0 commit comments

Comments
 (0)