Skip to content

Commit f852314

Browse files
committed
remove temp dir
1 parent 26e6dab commit f852314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757
-e PROJECT_VERSION='${{ inputs.project-version }}' \
5858
-e PROJECT_PARENT='${{ inputs.parent-name }}' \
5959
-e PROJECT_TAGS='${{ inputs.project-tags }}' \
60-
-v "${{ github.workspace }}/${{ inputs.sbom-file }}:/sbom.json" \
60+
-v "${{ github.workspace }}/${{ inputs.sbom-file }}:/tmp/sbom.json" \
6161
ghcr.io/octopusdeploy/sbom-uploader-go:latest \
6262
--sbom /tmp/sbom.json \
6363
--latest=${{ inputs.is-latest }}

0 commit comments

Comments
 (0)