From b63093db01e99bab4c2f3f12d92207ada1411ace Mon Sep 17 00:00:00 2001 From: Tau Date: Tue, 30 Jan 2024 00:51:56 +0100 Subject: [PATCH] fix error --- .github/workflows/vib-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vib-build.yml b/.github/workflows/vib-build.yml index ceae854..fbd3400 100644 --- a/.github/workflows/vib-build.yml +++ b/.github/workflows/vib-build.yml @@ -26,7 +26,7 @@ jobs: - name: Check if there was an update to the base image if: github.event_name != 'schedule' run: | - wget https://github.com/${{ github.repository }}/releases/download/${{ env.DIGEST_RELEASE_TAG }}a/digest.txt + wget https://github.com/${{ github.repository }}/releases/download/${{ env.DIGEST_RELEASE_TAG }}a/digest.txt || true touch digest.txt mv digest.txt last_digest.txt curl https://differ.vanillaos.org/images/desktop > vanilla-image-info