Make release output more legible.

Changes a few things like file name and 'tutorial' to make it easier
to understand.
This commit is contained in:
Ian 2022-11-27 12:30:24 -05:00
parent ae8f4766e6
commit f85c567b98

View file

@ -24,8 +24,8 @@ jobs:
id: zip id: zip
working-directory: ./ working-directory: ./
run: | run: |
zip -r ctr-nzp-3ds.zip nzportable.3dsx nzportable.smdh zip -r ctr-nzp-3dsx.zip nzportable.3dsx nzportable.smdh
curl --upload-file ./ctr-nzp-3ds.zip https://transfer.sh/ctr-nzp-3ds.zip > output-log.log curl --upload-file ./ctr-nzp-3dsx.zip https://transfer.sh/ctr-nzp-3dsx.zip > output-log.log
echo "::set-output name=zip::$(cat output-log.log)" echo "::set-output name=zip::$(cat output-log.log)"
Unify-and-Release: Unify-and-Release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -35,7 +35,7 @@ jobs:
- name: Download Archives - name: Download Archives
working-directory: ./ working-directory: ./
run: | run: |
curl ${{ needs.Compile-3ds.outputs.o3ds_link }} -o ctr-nzp-3ds.zip curl ${{ needs.Compile-3ds.outputs.o3ds_link }} -o ctr-nzp-3dsx.zip
- name: Generate Build Date - name: Generate Build Date
id: date id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H-%M-%S')" run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H-%M-%S')"
@ -55,10 +55,10 @@ jobs:
tag_name: bleeding-edge tag_name: bleeding-edge
release_name: Automated Release ${{ steps.date.outputs.date }} release_name: Automated Release ${{ steps.date.outputs.date }}
body: | body: |
This is a **bleeding edge** NZ:P 3DS release, stability is not guarenteed. This is a **bleeding edge** NZ:P .3dsx release, stability is not guarenteed.
To install: To install:
- Grab the .ZIP archive for your platform - Grab the .ZIP archive (ctr-nzp-3dsx.zip)
- 3DS: Extract the `.3dsx`, copy it to /3ds/nzportable on SD Card, copy data assets. - Extract the contents of the .ZIP archive and copy it to /3ds/nzportable on your SD Card.
draft: true draft: true
prerelease: false prerelease: false
- name: Upload 3DS Archive - name: Upload 3DS Archive