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 29881ba commit c669f45Copy full SHA for c669f45
.github/workflows/code-scanning-pack-gen.yml
@@ -115,7 +115,8 @@ jobs:
115
name: code-scanning-cpp-query-pack.zip
116
path: code-scanning-cpp-query-pack.zip
117
118
- - uses: actions/upload-artifact@v4
+ - name: Upload qlpacks
119
+ uses: actions/upload-artifact@v4
120
with:
121
name: coding-standards-qlpacks
- path: *-cp?p?-coding-standards.tgz
122
+ path: '*-cp?p?-coding-standards.tgz'
0 commit comments