Skip to content

Commit

Permalink
fix directory clobber
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed Sep 14, 2024
1 parent db45ed4 commit 5e569d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/builder-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ jobs:
run: |
mkdir -p /tmp/digests
digest="${{ steps.build.outputs.digest }}"
touch "/tmp/digests/${{ matrix.platform }}"
echo "${{ steps.build.outputs.digest }}" > "/tmp/digests/${{ matrix.platform }}"
echo -n "$digest" > "/tmp/digests/$(echo "${{ matrix.platform }}" | tr '/' '_')"
- name: Upload digest
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5e569d1

Please sign in to comment.