We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51cc82 commit 6bf6579Copy full SHA for 6bf6579
1 file changed
.github/workflows/internal-build-release-linux64.yml
@@ -48,7 +48,10 @@ jobs:
48
# need this for the bundling to work.
49
pip install -U pyinstaller
50
51
+ # run the packaging
52
./scripts/build_codeql_bundle_dist.ps1 -Version 0.2.0 -WorkDirectory dist -DestinationDirectory ./src/CodeQLToolkit.Core/bin/Release/net6.0/publish/linux-x64/tools/
53
+ env:
54
+ GH_TOKEN: ${{ github.token }}
55
56
57
- name: Build Bundle Archive
0 commit comments