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.
1 parent 3666116 commit 50f958cCopy full SHA for 50f958c
.github/workflows/build.yml
@@ -82,11 +82,12 @@ jobs:
82
83
- name: Generate SBOM
84
uses: anchore/sbom-action@9246b90769f852b3a8921f330c59e0b3f439d6e9 # v0.20.1
85
+ if: runner.os == 'Windows'
86
with:
- artifact-name: build-${{ matrix.os-name }}.spdx.json
87
- output-file: ./artifacts/build.spdx.json
+ artifact-name: xunit-logging.spdx.json
88
+ output-file: ./artifacts/xunit-logging.spdx.json
89
path: ./artifacts/bin
- upload-release-assets: ${{ runner.os == 'Windows' }}
90
+ upload-release-assets: true
91
92
- name: Attest artifacts
93
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
0 commit comments