Skip to content

Commit

Permalink
Simplified sbom file name
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartendeKruijf committed Mar 8, 2024
1 parent 0b465a8 commit ed4ee4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
go install github.com/CycloneDX/cyclonedx-gomod/cmd/cyclonedx-gomod@latest
swag init -o swaggerdocs
make sbom
zip -r bin/sbom-$(git describe --tags --dirty).zip bin
zip -r bin/sbom.zip bin
- name: Release soarca binary
uses: goreleaser/goreleaser-action@v5
Expand Down Expand Up @@ -139,6 +139,6 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
release_id: release.data.id,
name: "bin/sbom.zip",
data: await fs.readFileSync("sbom.zip")
name: "sbom.zip",
data: await fs.readFileSync("bin/sbom.zip")
});

0 comments on commit ed4ee4d

Please sign in to comment.