mirror of
https://github.com/wiiu-env/drc_region_free_plugin.git
synced 2025-03-03 09:05:20 +01:00
Change the layout of the release .zip
This commit is contained in:
parent
1652a55f90
commit
9bb635e0e3
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -30,9 +30,8 @@ jobs:
|
||||
- uses: actions/download-artifact@master
|
||||
with:
|
||||
name: binary
|
||||
path: wiiu/plugins
|
||||
- name: zip artifact
|
||||
run: zip -r ${{ env.REPOSITORY_NAME }}_${{ env.DATETIME }}.zip wiiu
|
||||
run: zip -r ${{ env.REPOSITORY_NAME }}_${{ env.DATETIME }}.zip *.wps
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
|
@ -2,6 +2,12 @@
|
||||
|
||||
This plugin allows you to use a gamepad from any region.
|
||||
|
||||
## Usage
|
||||
(`[ENVIRONMENT]` is a placeholder for the actual environment name.)
|
||||
|
||||
1. Copy the file `drc_region_free.wps` into `sd:/wiiu/environments/[ENVIRONMENT]/plugins`.
|
||||
2. Requires the [WiiUPluginLoaderBackend](https://github.com/wiiu-env/WiiUPluginLoaderBackend) in `sd:/wiiu/environments/[ENVIRONMENT]/modules`.
|
||||
|
||||
## 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user