From a7e5438d6b1a2137ea0b88b7fe6572ab46346abb Mon Sep 17 00:00:00 2001 From: Jose Beneyto Date: Thu, 2 Jan 2025 19:47:09 +0100 Subject: [PATCH] Fix github actions to use httpup-0.5.1 --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7987a5e..1f867da 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,9 +34,9 @@ jobs: - name: Update REPO file run: | - wget -P /tmp -q https://crux.nu/files/httpup-0.5.0.tar.xz - tar -C /tmp -xf /tmp/httpup-0.5.0.tar.xz httpup-0.5.0/httpup-repgen - /tmp/httpup-0.5.0/httpup-repgen + wget -P /tmp -q https://crux.nu/files/httpup-0.5.1.tar.xz + tar -C /tmp -xf /tmp/httpup-0.5.0.tar.xz httpup-0.5.1/httpup-repgen + /tmp/httpup-0.5.1/httpup-repgen git add REPO - name: Push to remote