Skip to content

Commit c669f45

Browse files
committed
Correctly quote the path pattern for upload-artifact
1 parent 29881ba commit c669f45

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/code-scanning-pack-gen.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ jobs:
115115
name: code-scanning-cpp-query-pack.zip
116116
path: code-scanning-cpp-query-pack.zip
117117

118-
- uses: actions/upload-artifact@v4
118+
- name: Upload qlpacks
119+
uses: actions/upload-artifact@v4
119120
with:
120121
name: coding-standards-qlpacks
121-
path: *-cp?p?-coding-standards.tgz
122+
path: '*-cp?p?-coding-standards.tgz'

0 commit comments

Comments
 (0)