From 7c9741ebdb537762de604478186c9efb172d61d1 Mon Sep 17 00:00:00 2001 From: jugeeya Date: Sun, 5 Jul 2020 15:51:22 -0700 Subject: [PATCH] correct overlay binary path --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 137e90e..86de6a8 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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