Skip to content

Commit 7fb450a

Browse files
committed
reorder arguments
1 parent 0df76da commit 7fb450a

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 }} - compiler=${{ matrix.compiler }} - qt_version=${{ matrix.qt_version }})
8484
path: Output

0 commit comments

Comments
 (0)