Fix use of invalid characters in artifact name (#6788)

This commit is contained in:
Erik Bershel
2022-12-16 17:05:17 +01:00
committed by GitHub
parent d171f5b873
commit 34c4d37ff0

View File

@@ -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