From c8cb994eebaf99f0ffcf0379dc2ae368714d9150 Mon Sep 17 00:00:00 2001 From: jugeeya Date: Sun, 17 May 2020 11:13:52 -0700 Subject: [PATCH] Upload beta on push to master --- .github/workflows/rust.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 74d391e..f05df09 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -34,16 +34,16 @@ jobs: mkdir -p switch/.overlays/ cp TrainingModpackOverlay/ovlTrainingModpack.ovl switch/.overlays/ovlTrainingModpack.ovl zip -r training_modpack_beta.zip atmosphere switch -# - name: Upload Release -# uses: majkrzak/create-release@latest -# with: -# token: ${{ secrets.GITHUB_TOKEN }} -# name: beta -# code: beta -# body: Beta built off of the latest code in the repository. Use the files on the ZIP to replace your existing files from a full Release zip.\n(atmosphere/contents/01006A800016E000/romfs/skyline/plugins/libtraining_modpack.nro is the mod for the game itself, switch/.overlays/ovlTrainingModpack.ovl is the Tesla submenu) -# prerelease: true -# recreate: true -# assets: training_modpack_beta.zip:training_modpack_beta.zip:application/zip + - name: Upload Release + uses: majkrzak/create-release@latest + with: + token: ${{ secrets.GITHUB_TOKEN }} + name: beta + code: beta + body: Beta built off of the latest code in the repository. Use the files on the ZIP to replace your existing files from a full Release zip.\n(atmosphere/contents/01006A800016E000/romfs/skyline/plugins/libtraining_modpack.nro is the mod for the game itself, switch/.overlays/ovlTrainingModpack.ovl is the Tesla submenu) + prerelease: true + recreate: true + assets: training_modpack_beta.zip:training_modpack_beta.zip:application/zip