Skip to content

Commit

Permalink
fix: link to our own build of binary
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Mar 25, 2024
1 parent 10b9577 commit 4b59a34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ runs:
- name: Download latest binary
shell: bash
run: |
curl -sSLo packwiz.zip https://nightly.link/packwiz/packwiz/workflows/go/main/Linux%2064-bit%20x86.zip && \
unzip packwiz.zip && \
curl -sSLo packwiz https://dl.webhippie.de/minecraft/packwiz/20240325/packwiz-linux-amd64 && \
chmod +x packwiz && \
sudo mv packwiz /usr/local/bin/ && \
rm packwiz.zip
Expand Down

0 comments on commit 4b59a34

Please sign in to comment.