Skip to content

Commit

Permalink
Zip directory flag
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartendeKruijf committed Mar 7, 2024
1 parent 54288db commit 34f53d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
swag init -o swaggerdocs
mkdir -p sbom
make sbom
zip sbom.zip -x "bin/*"
zip -r sbom.zip -x "bin/*"
- name: Release soarca binary
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit 34f53d8

Please sign in to comment.