Skip to content

Commit 167b08d

Browse files
committed
fix: Update Publishing script
1 parent 1834cd2 commit 167b08d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/publish-extractor-pack.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ if [ "$LATEST_RELEASE" != "$EXTRACTOR_VERSION" ]; then
3030
fi
3131

3232
echo "[+] Add queries to extractor-pack"
33+
$CODEQL_BINARY pack install install ql/lib
34+
3335
$CODEQL_BINARY pack create --output=./extractor-pack/qlpacks ./ql/lib
3436
$CODEQL_BINARY pack create --output=./extractor-pack/qlpacks ./ql/src
3537

0 commit comments

Comments
 (0)