Enable extracting 7zNNNN-x64.exe with win32_extract_self_extracting_7… #400
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI Build | |
| on: | |
| push: | |
| branches: | |
| - main | |
| workflow_dispatch: | |
| permissions: | |
| # Required for CodeQL | |
| security-events: write | |
| contents: read | |
| jobs: | |
| builds: | |
| uses: ./.github/workflows/build.yaml | |
| with: | |
| codeql: true |