Skip to content

Commit

Permalink
Fix github actions to use httpup-0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sepen committed Jan 2, 2025
1 parent 3a46988 commit a7e5438
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7e5438

Please sign in to comment.