Change the layout of the release .zip

This commit is contained in:
Maschell 2022-01-30 17:05:28 +01:00
parent 671f207ebe
commit 91f77ed210
2 changed files with 7 additions and 2 deletions

View File

@ -30,9 +30,8 @@ jobs:
- uses: actions/download-artifact@master
with:
name: binary
path: wiiu/modules
- name: zip artifact
run: zip -r ${{ env.REPOSITORY_NAME }}_${{ env.DATETIME }}.zip wiiu
run: zip -r ${{ env.REPOSITORY_NAME }}_${{ env.DATETIME }}.zip *.wms
- name: Create Release
id: create_release
uses: actions/create-release@v1

View File

@ -1,3 +1,9 @@
## Usage
(`[ENVIRONMENT]` is a placeholder for the actual environment name.)
1. Copy the file `RPXLoadingModule.wms` into `sd:/wiiu/environments/[ENVIRONMENT]/modules`.
2. Requires the [WUMSLoader](https://github.com/wiiu-env/WUMSLoader) in `sd:/wiiu/environments/[ENVIRONMENT]/modules/setup`.
## Building using the Dockerfile
It's possible to use a docker image for building. This way you don't need anything installed on your host system.