Skip to content

Commit 42bf00f

Browse files
committed
QL: disable windows part 3
1 parent bd68258 commit 42bf00f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,9 @@ jobs:
8585
- run: |
8686
mkdir -p ql
8787
cp -r codeql-extractor.yml tools ql/src/ql.dbscheme.stats ql/
88-
mkdir -p ql/tools/{linux64,osx64,win64}
88+
mkdir -p ql/tools/{linux64,osx64}
8989
cp linux64/ql-extractor ql/tools/linux64/extractor
9090
cp osx64/ql-extractor ql/tools/osx64/extractor
91-
cp win64/ql-extractor.exe ql/tools/win64/extractor.exe
9291
chmod +x ql/tools/{linux64,osx64}/extractor
9392
zip -rq codeql-ql.zip ql
9493
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)