File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : false
1616 matrix :
17- os : [ubuntu-latest, macos-latest, windows-latest]
17+ os : [ubuntu-latest, macos-latest]
18+ # os: [ubuntu-latest, macos-latest, windows-latest]
1819
1920 runs-on : ${{ matrix.os }}
2021
@@ -73,21 +74,20 @@ jobs:
7374 with :
7475 name : extractor-ubuntu-latest
7576 path : linux64
76- - uses : actions/download-artifact@v2
77- with :
78- name : extractor-windows-latest
79- path : win64
77+ # - uses: actions/download-artifact@v2
78+ # with:
79+ # name: extractor-windows-latest
80+ # path: win64
8081 - uses : actions/download-artifact@v2
8182 with :
8283 name : extractor-macos-latest
8384 path : osx64
8485 - run : |
8586 mkdir -p ql
8687 cp -r codeql-extractor.yml tools ql/src/ql.dbscheme.stats ql/
87- mkdir -p ql/tools/{linux64,osx64,win64 }
88+ mkdir -p ql/tools/{linux64,osx64}
8889 cp linux64/ql-extractor ql/tools/linux64/extractor
8990 cp osx64/ql-extractor ql/tools/osx64/extractor
90- cp win64/ql-extractor.exe ql/tools/win64/extractor.exe
9191 chmod +x ql/tools/{linux64,osx64}/extractor
9292 zip -rq codeql-ql.zip ql
9393 - uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments