Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ecanuto committed May 15, 2024
1 parent 3886094 commit 19fda41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
path: ${{ env.SOURCE_IMGFILE }}

- name: Download base image
run: wget "${{ env.DEBIAN_FILEURL }}"
run: wget "${{ env.DEBIAN_FILEURL }}" -O ${{ env.SOURCE_IMGFILE }}
if: steps.cache.outputs.cache-hit != 'true'

- name: Upload original image artifact
Expand Down

0 comments on commit 19fda41

Please sign in to comment.