Skip to content

Commit

Permalink
fix double file
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao committed Jan 29, 2024
1 parent 0ecbca6 commit e5c2fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Check if there was an update to the base image
if: github.event_name != 'schedule'
run: |
touch digest.txt
wget https://github.com/${{ github.repository }}/releases/download/${{ env.DIGEST_RELEASE_TAG }}/digest.txt
touch digest.txt
mv digest.txt last_digest.txt
curl https://differ.vanillaos.org/images/desktop > vanilla-image-info
jq -r '.image.releases[-1].digest' vanilla-image-info > digest.txt
Expand Down

0 comments on commit e5c2fd8

Please sign in to comment.