chore(ci): improve builder

This commit is contained in:
omo50
2026-04-19 13:17:24 -06:00
parent 7f98145702
commit fb40790886
2 changed files with 72 additions and 46 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0
fetch-depth: 2
filter: blob:none
sparse-checkout: |
modpacks
@@ -80,6 +80,14 @@ jobs:
- name: Add Go bin to PATH
run: echo "$HOME/go/bin" >> $GITHUB_PATH
- name: Cache Packwiz Downloads
uses: actions/cache@v4
with:
path: ~/.cache/packwiz
key: packwiz-cache-${{ runner.os }}-${{ github.run_id }}
restore-keys: |
packwiz-cache-${{ runner.os }}-
- name: Run Build
run: |
chmod +x ./builder-bin/builder