Skip to content

Commit e79d4c9

Browse files
authored
Update microsoft-codeql-pack-publish.yml
1 parent c4fa83b commit e79d4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/microsoft-codeql-pack-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
# Download latest qlpack
4949
gh codeql pack download "microsoft/$LANGUAGE-queries"
50-
PACK_DIR="$HOME/.codeql/packages/microsoft/$LANGUAGE"
50+
PACK_DIR="$HOME/.codeql/packages/microsoft/$LANGUAGE-queries"
5151
VERSION_COUNT=$(ls -d "$PACK_DIR"/*/ | wc -l)
5252
[[ "$VERSION_COUNT" -ne 1 ]] && { echo "Expected exactly one version in $PACK_DIR, but found $VERSION_COUNT. Exiting."; exit 1; }
5353

0 commit comments

Comments
 (0)