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 a86cbeb commit 8863b34Copy full SHA for 8863b34
.github/workflows/ci.yml
@@ -63,11 +63,12 @@ jobs:
63
64
- name: Generate SBOM
65
uses: anchore/sbom-action@9246b90769f852b3a8921f330c59e0b3f439d6e9 # v0.20.1
66
+ if: runner.os == 'Windows'
67
with:
- artifact-name: build-${{ matrix.os-name }}.spdx.json
68
- output-file: ./artifacts/build.spdx.json
+ artifact-name: grafana-opentelemetry-dotnet.spdx.json
69
+ output-file: ./artifacts/grafana-opentelemetry-dotnet.spdx.json
70
path: ./artifacts/bin
- upload-release-assets: ${{ runner.os == 'Windows' }}
71
+ upload-release-assets: true
72
73
- name: Attest artifacts
74
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
0 commit comments