diff --git a/.github/workflows/create_sbom_report.yml b/.github/workflows/create_sbom_report.yml index 93bd865e8..38831a610 100644 --- a/.github/workflows/create_sbom_report.yml +++ b/.github/workflows/create_sbom_report.yml @@ -52,7 +52,7 @@ jobs: #Upload artifact action - uses: actions/upload-artifact@v3 with: - name: sbom-${{ github.event.client_payload.ReleaseBranchName }} + name: sbom-${{ github.event.client_payload.agentSpec }}-${{ github.event.client_payload.imageVersion }} path: sbom.json.zip if-no-files-found: warn #Upload release asset action