Skip to content

Commit

Permalink
Merge pull request #2 from bennetrr/main
Browse files Browse the repository at this point in the history
fix: ci
  • Loading branch information
bennetrr authored Sep 7, 2024
2 parents cb0327e + 9ee0b91 commit 848934c
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 848934c

Please sign in to comment.