Skip to content

Commit 25f6880

Browse files
authored
Merge pull request #7980 from erik-krogh/fix-ql-pack
QL: fix pack name for ql-for-ql
2 parents 25d64a7 + 1fa5265 commit 25f6880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ql-for-ql-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
cd ql/ql/src
3939
"${CODEQL}" pack create
40-
cd .codeql/pack/codeql/ql-all/0.0.0
40+
cd .codeql/pack/codeql/ql/0.0.0
4141
zip "${PACKZIP}" -r .
4242
env:
4343
CODEQL: ${{ steps.find-codeql.outputs.codeql-path }}

0 commit comments

Comments
 (0)