mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 15:20:11 +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
|
#Upload artifact action
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: sbom-${{ github.event.client_payload.ReleaseBranchName }}
|
name: sbom-${{ github.event.client_payload.agentSpec }}-${{ github.event.client_payload.imageVersion }}
|
||||||
path: sbom.json.zip
|
path: sbom.json.zip
|
||||||
if-no-files-found: warn
|
if-no-files-found: warn
|
||||||
#Upload release asset action
|
#Upload release asset action
|
||||||
|
|||||||
Reference in New Issue
Block a user