Skip to content

Commit ba3381f

Browse files
committed
Fix codeql.cmd overwriting codeql.exe in CI
1 parent b3ad1d6 commit ba3381f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
mkdir codeql-home
7373
curl -L --silent https://github.com/github/codeql-cli-binaries/releases/latest/download/codeql.zip -o codeql-home/codeql.zip
7474
unzip -q -o codeql-home/codeql.zip -d codeql-home
75+
unzip -q -o codeql-home/codeql.zip codeql/codeql.exe -d codeql-home
7576
rm codeql-home/codeql.zip
7677
shell: bash
7778

0 commit comments

Comments
 (0)