Skip to content

Commit

Permalink
Merge pull request #21 from CycloneDX/fix-release-action
Browse files Browse the repository at this point in the history
no more config.json copy in release action
  • Loading branch information
pritidesai authored Apr 3, 2023
2 parents 09ffd85 + 374cfbb commit 56d3ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
extra_files: LICENSE config.json ${{env.SBOM_NAME}}
extra_files: LICENSE ${{env.SBOM_NAME}}
# "auto" will use ZIP for Windows, otherwise default is TAR
compress_assets: auto
# NOTE: This verbose flag may be removed
Expand Down

0 comments on commit 56d3ec1

Please sign in to comment.