Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Updated httpup version from 0.5.0 to 0.5.1
  • Loading branch information
pitill0 authored Jan 29, 2025
1 parent 447eb56 commit fb38b03
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.1.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 fb38b03

Please sign in to comment.