Skip to content

Commit

Permalink
Upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartendeKruijf committed Mar 6, 2024
1 parent 86a1064 commit ec128ae
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/crosscompile.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cross compile
name: Compile

on:
pull_request:
Expand Down Expand Up @@ -26,4 +26,11 @@ jobs:
go install github.com/swaggo/swag/cmd/swag@latest
go install github.com/CycloneDX/cyclonedx-gomod/cmd/cyclonedx-gomod@latest
make compile
make sbom
make sbom
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: binaries and sbom
path: bin/*
retention-days: 1

0 comments on commit ec128ae

Please sign in to comment.