Skip to content

Commit 2df512f

Browse files
author
Dave Bartolomeo
authored
Merge pull request #327 from jcreedcmu/jcreed/fix-windows-ci
chore: Fix codeql.cmd overwriting codeql.exe in CI
2 parents b3ad1d6 + ba3381f commit 2df512f

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)