Skip to content

Commit 3fc6b81

Browse files
eseikeralexiri
authored andcommitted
ensure /tmp/sboms directory exists before cd
1 parent 2a04010 commit 3fc6b81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
id: compress-sbom
4747
shell: bash
4848
run: |
49-
cd ${{ steps.download-sbom.outputs.download-path }}
49+
mkdir -p "${{ steps.download-sbom.outputs.download-path }}" && cd $_
5050
for f in *.spdx.json; do
5151
gzip -9 "$f"
5252
done

0 commit comments

Comments
 (0)