mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
Fix use of invalid characters in artifact name (#6788)
This commit is contained in:
2
.github/workflows/create_sbom_report.yml
vendored
2
.github/workflows/create_sbom_report.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user