Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bennetrr committed Sep 7, 2024
1 parent 4ba2515 commit 9ee0b91
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/actions/build-modpack/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,19 @@ inputs:
runs:
using: composite
steps:
- name: Download packwiz
uses: dawidd6/action-download-artifact@v6
with:
github_token: ${{ github.token }}
repo: packwiz/packwiz
workflow: go.yml
name: Linux 64-bit x86

- name: Install packwiz
run: |
sudo wget -O /usr/bin/packwiz https://github.com/packwiz/packwiz/actions/runs/10602235974/artifacts/1866308035
chmod +x /usr/bin/packwiz
sudo mv packwiz /usr/bin/packwiz
sudo chmod +x /usr/bin/packwiz
shell: bash
working-directory: ${{ inputs.edition }}

- name: Replace version placeholders
run: |
Expand Down

0 comments on commit 9ee0b91

Please sign in to comment.