Update build.yml
This commit is contained in:
parent
da69c71d6e
commit
2d48e1404e
1 changed files with 5 additions and 4 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
|
@ -316,8 +316,7 @@ jobs:
|
|||
id: cache
|
||||
with:
|
||||
path: build/.cache
|
||||
key: ${{ runner.OS }}-pakku-cache-${{ hashFiles('build/.cache/') }}
|
||||
restore-keys: ${{ runner.OS }}-pakku-cache-
|
||||
key: pakku-cache-${{ hashFiles('pakku-lock.json') }}
|
||||
|
||||
- name: 📦 Export modpack
|
||||
run: |
|
||||
|
|
@ -358,9 +357,11 @@ jobs:
|
|||
mkdir -p .pakku/multimc-overrides/mods
|
||||
|
||||
mv -vf .pakku/multimc-overrides ./build/.cache/multimc
|
||||
|
||||
cp -vf ./build/.cache/curseforge/manifest.json ./build/.cache/multimc/flame/manifest.json
|
||||
cp -vf ./build/.cache/curseforge/overrides ./build/.cache/multimc/.minecraft
|
||||
cp -vf ./mods ./build/.cache/multimc/.minecraft/mods
|
||||
|
||||
cp -rf ./build/.cache/curseforge/overrides ./build/.cache/multimc/.minecraft
|
||||
cp -rf ./mods ./build/.cache/multimc/.minecraft/mods
|
||||
|
||||
cd ./build/multimc/
|
||||
zip -r ${{ needs.info.outputs.project_full_name }}-multimc.zip icon.png mmc-pack.json instance.cfg .minecraft/ flame/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue