mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-01-31 14:37:24 +00:00
Upload beta on push to master
This commit is contained in:
parent
700b6dbb12
commit
c8cb994eeb
1 changed files with 10 additions and 10 deletions
20
.github/workflows/rust.yml
vendored
20
.github/workflows/rust.yml
vendored
|
@ -34,16 +34,16 @@ jobs:
|
||||||
mkdir -p switch/.overlays/
|
mkdir -p switch/.overlays/
|
||||||
cp TrainingModpackOverlay/ovlTrainingModpack.ovl switch/.overlays/ovlTrainingModpack.ovl
|
cp TrainingModpackOverlay/ovlTrainingModpack.ovl switch/.overlays/ovlTrainingModpack.ovl
|
||||||
zip -r training_modpack_beta.zip atmosphere switch
|
zip -r training_modpack_beta.zip atmosphere switch
|
||||||
# - name: Upload Release
|
- name: Upload Release
|
||||||
# uses: majkrzak/create-release@latest
|
uses: majkrzak/create-release@latest
|
||||||
# with:
|
with:
|
||||||
# token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# name: beta
|
name: beta
|
||||||
# code: 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)
|
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
|
prerelease: true
|
||||||
# recreate: true
|
recreate: true
|
||||||
# assets: training_modpack_beta.zip:training_modpack_beta.zip:application/zip
|
assets: training_modpack_beta.zip:training_modpack_beta.zip:application/zip
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue