Skip to content

Commit

Permalink
Update split.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Gario authored and GitHub committed Sep 21, 2020
1 parent b4a8cfa commit 1154bf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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

0 comments on commit 1154bf6

Please sign in to comment.