diff --git a/.github/workflows/crosscompile.yml b/.github/workflows/crosscompile.yml index 0c6cdb04..1647146a 100644 --- a/.github/workflows/crosscompile.yml +++ b/.github/workflows/crosscompile.yml @@ -1,4 +1,4 @@ -name: Cross compile +name: Compile on: pull_request: @@ -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 \ No newline at end of file + make sbom + + - name: 'Upload Artifact' + uses: actions/upload-artifact@v4 + with: + name: binaries and sbom + path: bin/* + retention-days: 1 \ No newline at end of file