Skip to content

Commit 4d046d8

Browse files
committed
fix artefact name
1 parent e7d7d13 commit 4d046d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-ci-serial-programs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ jobs:
8080
- uses: actions/upload-artifact@v4
8181
if: startsWith(matrix.os, 'windows')
8282
with:
83-
name: Serial Programs ( os:${{ matrix.os }} - qt_version${{ matrix.qt_version }} - compiler:${{ matrix.compiler }})
83+
name: Serial Programs ( os=${{ matrix.os }} - qt_version=${{ matrix.qt_version }} - compiler=${{ matrix.compiler }})
8484
path: Output

0 commit comments

Comments
 (0)