Skip to content

Commit c2504a8

Browse files
authored
Merge pull request #137 from smlx/fix-typo
fix: typo
2 parents b0d2cae + d87e799 commit c2504a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
env:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7171
- name: Move sbom to avoid dirty git
72-
run: mv "$GITHUB_SBOM_PATH" /tmp/sbom/spdx.json
72+
run: mv "$GITHUB_SBOM_PATH" /tmp/sbom.spdx.json
7373
env:
7474
GITHUB_SBOM_PATH: ${{ steps.sbom.outputs.fileName }}
7575
- uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0

0 commit comments

Comments
 (0)