1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-02-01 06:57:25 +00:00

add built SaltySD to fix beta builds

This commit is contained in:
jugeeya 2019-12-21 12:40:27 -08:00
parent 9841a91127
commit 5d79c19cc3
3 changed files with 1 additions and 3 deletions

View file

@ -27,10 +27,8 @@ jobs:
- name: Make layoff
working-directory: layoff
run: make && ./makelayeredfs.sh
- name: Make SaltyNX
run: git clone https://github.com/shinyquagsire23/SaltyNX && cd SaltyNX && make
- name: Prepare folder layout
run: cp -r layoff/atmosphere . && cp -r SaltyNX/sdcard_out/* . && mkdir -p SaltySD/plugins/01006A800016E000 && cp training_modpack.elf SaltySD/plugins/01006A800016E000/training_modpack.elf
run: cp -r layoff/atmosphere . && mkdir -p SaltySD/plugins/01006A800016E000 && cp training_modpack.elf SaltySD/plugins/01006A800016E000/training_modpack.elf
- name: ZIP Release
run: zip -r training_modpack.zip atmosphere SaltySD
- name: Upload Release

Binary file not shown.