mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 10:54:16 +00:00
Changelog in beta description
This commit is contained in:
parent
4cb5152c28
commit
564f5917fb
1 changed files with 14 additions and 2 deletions
16
.github/workflows/rust.yml
vendored
16
.github/workflows/rust.yml
vendored
|
@ -78,6 +78,7 @@ jobs:
|
||||||
- name: Download all artifacts
|
- name: Download all artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
- name: Prepare zip
|
- name: Prepare zip
|
||||||
|
id: prepare_zip
|
||||||
env:
|
env:
|
||||||
SKYLINE_DIR: atmosphere/contents/01006A800016E000
|
SKYLINE_DIR: atmosphere/contents/01006A800016E000
|
||||||
SMASH_PLUGIN_DIR: atmosphere/contents/01006A800016E000/romfs/skyline/plugins
|
SMASH_PLUGIN_DIR: atmosphere/contents/01006A800016E000/romfs/skyline/plugins
|
||||||
|
@ -99,6 +100,11 @@ jobs:
|
||||||
mv static/libtraining_modpack_menu.nro ${{env.SMASH_PLUGIN_DIR}}/libtraining_modpack_menu.nro
|
mv static/libtraining_modpack_menu.nro ${{env.SMASH_PLUGIN_DIR}}/libtraining_modpack_menu.nro
|
||||||
cp -r static/* ${{env.SMASH_WEB_DIR}}
|
cp -r static/* ${{env.SMASH_WEB_DIR}}
|
||||||
zip -r training_modpack_beta.zip atmosphere
|
zip -r training_modpack_beta.zip atmosphere
|
||||||
|
# Grab latest tag, grab log vs. main, replace newlines with two newlines and a list marker
|
||||||
|
git log --pretty=format:%s `git tag --sort=-committerdate | head -1`...main | sed -z 's/\n/\n\n- /g' > changelog.txt
|
||||||
|
# Initial list marker
|
||||||
|
echo "changelog=- " >> $GITHUB_OUTPUT
|
||||||
|
cat changelog.txt >> $GITHUB_OUTPUT
|
||||||
- name: Update Release
|
- name: Update Release
|
||||||
uses: meeDamian/github-release@2.0
|
uses: meeDamian/github-release@2.0
|
||||||
with:
|
with:
|
||||||
|
@ -112,13 +118,19 @@ jobs:
|
||||||
body: >
|
body: >
|
||||||
Beta built off of the latest code in the repository.
|
Beta built off of the latest code in the repository.
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
|
||||||
## Installing on console
|
${{steps.prepare_zip.outputs.changelog}}
|
||||||
|
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
### Installing on console
|
||||||
|
|
||||||
|
|
||||||
Install the same way you would install a full release.
|
Install the same way you would install a full release.
|
||||||
|
|
||||||
## Installing on Ryujinx
|
### Installing on Ryujinx
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue