Skip to content

Commit

Permalink
Merge pull request #1 from bennetrr/main
Browse files Browse the repository at this point in the history
fix: Fix ci
  • Loading branch information
bennetrr authored Sep 7, 2024
2 parents 8e542e0 + 4ba2515 commit cb0327e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-modpack/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ runs:
steps:
- name: Install packwiz
run: |
wget -O ~/.local/bin/packwiz https://github.com/packwiz/packwiz/actions/runs/10602235974/artifacts/1866308035
chmod +x ~/.local/bin/packwiz
sudo wget -O /usr/bin/packwiz https://github.com/packwiz/packwiz/actions/runs/10602235974/artifacts/1866308035
chmod +x /usr/bin/packwiz
shell: bash
working-directory: ${{ inputs.edition }}

Expand Down

0 comments on commit cb0327e

Please sign in to comment.