From 9b70b502e5e327960e6f3279dd08ee645938dd4f Mon Sep 17 00:00:00 2001 From: jugeeya Date: Thu, 13 Aug 2020 13:37:16 -0700 Subject: [PATCH] Upload artifact so every commit has a built zip --- .github/workflows/rust.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4ac67a2..1b7eddc 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -15,7 +15,7 @@ jobs: - name: make run: make working-directory: TrainingModpackOverlay - - name: Upload build artifact + - name: Upload overlay artifact uses: actions/upload-artifact@v1 with: name: overlay @@ -62,3 +62,8 @@ jobs: - `switch/.overlays/ovlTrainingModpack.ovl` is the Tesla submenu files: > training_modpack_beta.zip + - name: Upload zip as artifact + uses: actions/upload-artifact@v1 + with: + name: full_build + path: training_modpack_beta.zip