We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d7d13 commit 4d046d8Copy full SHA for 4d046d8
.github/workflows/cpp-ci-serial-programs.yml
@@ -80,5 +80,5 @@ jobs:
80
- uses: actions/upload-artifact@v4
81
if: startsWith(matrix.os, 'windows')
82
with:
83
- name: Serial Programs ( os:${{ matrix.os }} - qt_version${{ matrix.qt_version }} - compiler:${{ matrix.compiler }})
+ name: Serial Programs ( os=${{ matrix.os }} - qt_version=${{ matrix.qt_version }} - compiler=${{ matrix.compiler }})
84
path: Output
0 commit comments