Skip to content

Commit

Permalink
Update cicd_manual_publish-sdk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina authored Oct 11, 2024
1 parent 922370d commit 16d639a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_manual_publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
ls -R ${{ github.workspace }}/artifacts
if [ -f "${SBOM_ARTIFACT}.json" ]; then
if [ -f "./artifacts/${SBOM_ARTIFACT}.json" ]; then
echo "SBOM: ${SBOM_ARTIFACT}"
# zip ${SBOM_ARTIFACT}.zip ./artifacts/${{ steps.sbom-generator.outputs.sbom-artifact }}.json
Expand Down

0 comments on commit 16d639a

Please sign in to comment.