Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Update build_pr.yml (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
LetterN committed Apr 2, 2024
1 parent d337afe commit e9a65ce
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ jobs:
key: ${{ runner.os }}-mods-${{ hashFiles('manifest.json') }}
restore-keys: |
${{ runner.os }}-mods-
- name: Restore modlist cache
uses: actions/cache@v4
with:
path: dist/modlist.html
key: ${{ runner.os }}-modlist-${{ hashFiles('manifest.json') }}
restore-keys: |
${{ runner.os }}-mods-
- name: Pack Modpack
env:
CFCORE_API_TOKEN: ${{ secrets.API_TOKEN }}
Expand All @@ -49,4 +56,4 @@ jobs:
path: dist/*.zip
if-no-files-found: error
overwrite: true
compression-level: 0
compression-level: 0

0 comments on commit e9a65ce

Please sign in to comment.