From 7354a5b30e9728328099bb01c913a6faa599033f Mon Sep 17 00:00:00 2001 From: jugeeya Date: Wed, 3 Nov 2021 11:26:47 -0700 Subject: [PATCH] Fix Github Action outside_training_mode upload --- .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 8ef2997..d9c3580 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -68,7 +68,7 @@ jobs: uses: actions/upload-artifact@v2 with: name: plugin_outside_training_mode - path: target/aarch64-skyline-switch/dev/libtraining_modpack.nro + path: target/aarch64-skyline-switch/release/libtraining_modpack.nro upload: runs-on: ubuntu-latest if: github.ref == 'refs/heads/master'