mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-27 20:34:03 +00:00
correct overlay binary path
This commit is contained in:
parent
1878b532d0
commit
7c9741ebdb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
mkdir -p atmosphere/contents/01006A800016E000/romfs/skyline/plugins/
|
||||
cp ./target/aarch64-skyline-switch/release/libtraining_modpack.nro atmosphere/contents/01006A800016E000/romfs/skyline/plugins/libtraining_modpack.nro
|
||||
mkdir -p switch/.overlays/
|
||||
cp overlay/TrainingModpackOverlay/ovlTrainingModpack.ovl switch/.overlays/ovlTrainingModpack.ovl
|
||||
cp overlay/ovlTrainingModpack.ovl switch/.overlays/ovlTrainingModpack.ovl
|
||||
zip -r training_modpack_beta.zip atmosphere switch
|
||||
- name: Update Release
|
||||
uses: meeDamian/github-release@2.0
|
||||
|
|
Loading…
Reference in a new issue