Update split.yml
This commit is contained in:
parent
b4a8cfa05c
commit
1154bf6df9
1 changed files with 2 additions and 1 deletions
3
.github/workflows/split.yml
vendored
3
.github/workflows/split.yml
vendored
|
|
@ -31,6 +31,7 @@ jobs:
|
|||
RELEASE_TAG: "${{ github.event.inputs.bundle-tag }}"
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: ["linux64", "osx64", "win64"]
|
||||
language: ["cpp", "csharp", "go", "java", "javascript", "python"]
|
||||
|
|
@ -95,4 +96,4 @@ jobs:
|
|||
upload_url: ${{ steps.save_url.outputs.upload_url }}
|
||||
asset_path: ./codeql-bundle-${{matrix.platform}}-${{matrix.language}}.tar.gz
|
||||
asset_name: codeql-bundle-${{matrix.platform}}-${{matrix.language}}.tar.gz
|
||||
asset_content_type: application/tar+gzip
|
||||
asset_content_type: application/tar+gzip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue