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 1834cd2 commit 167b08dCopy full SHA for 167b08d
scripts/publish-extractor-pack.sh
@@ -30,6 +30,8 @@ if [ "$LATEST_RELEASE" != "$EXTRACTOR_VERSION" ]; then
30
fi
31
32
echo "[+] Add queries to extractor-pack"
33
+ $CODEQL_BINARY pack install install ql/lib
34
+
35
$CODEQL_BINARY pack create --output=./extractor-pack/qlpacks ./ql/lib
36
$CODEQL_BINARY pack create --output=./extractor-pack/qlpacks ./ql/src
37
0 commit comments