There was an error while loading. Please reload this page.
1 parent 18c75f5 commit 852a185Copy full SHA for 852a185
1 file changed
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
- uses: actions/upload-artifact@v4
38
with:
39
name: sbom
40
- path: "**/*.cdx.json"
+ path: act-cli.cdx.json
41
42
release:
43
name: GitHub Release
@@ -62,10 +62,10 @@ jobs:
62
uses: actions/attest@v4
63
64
subject-path: artifacts/act-*
65
- sbom-path: sbom/act-cli/act-cli.cdx.json
+ sbom-path: sbom/act-cli.cdx.json
66
- name: Create GitHub Release
67
run: |
68
- gh release create ${{ github.ref_name }} artifacts/act-* sbom/**/*.cdx.json \
+ gh release create ${{ github.ref_name }} artifacts/act-* sbom/*.cdx.json \
69
--title "${{ github.ref_name }}" \
70
--generate-notes
71
env:
0 commit comments