We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09ffd85 + 374cfbb commit 56d3ec1Copy full SHA for 56d3ec1
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
github_token: ${{ secrets.GITHUB_TOKEN }}
57
goos: ${{ matrix.goos }}
58
goarch: ${{ matrix.goarch }}
59
- extra_files: LICENSE config.json ${{env.SBOM_NAME}}
+ extra_files: LICENSE ${{env.SBOM_NAME}}
60
# "auto" will use ZIP for Windows, otherwise default is TAR
61
compress_assets: auto
62
# NOTE: This verbose flag may be removed
0 commit comments