From 3445edceafe401ba6c394a06eee843d0e7a6aba0 Mon Sep 17 00:00:00 2001 From: jugeeya Date: Sat, 15 Aug 2020 13:16:03 -0700 Subject: [PATCH] Try upload-artifact v2 --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b37ed5f..f341d0f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,7 +16,7 @@ jobs: run: make working-directory: TrainingModpackOverlay - name: Upload overlay artifact - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2 with: name: overlay path: TrainingModpackOverlay/ovlTrainingModpack.ovl @@ -29,10 +29,10 @@ jobs: run: git clone https://github.com/jugeeya/UltimateTrainingModpack working-directory: /volume/ - name: Build release NRO - run: cargo skyline build --release && ls /volume/UltimateTrainingModpack/ && ls /volume/UltimateTrainingModpack/target && ls /volume/UltimateTrainingModpack/target/aarch64-skyline-switch && ls /volume/UltimateTrainingModpack/target/aarch64-skyline-switch/release + run: cargo skyline build --release working-directory: /volume/UltimateTrainingModpack - name: Upload plugin artifact - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2 with: name: plugin path: /volume/UltimateTrainingModpack/target/aarch64-skyline-switch/release/libtraining_modpack.nro