mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-Patcher
synced 2025-09-05 21:11:13 +02:00
Add prebuilt binaries upon release
This commit is contained in:
parent
04f03c72d3
commit
86368d0635
19
.github/workflows/release.yaml
vendored
Normal file
19
.github/workflows/release.yaml
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [created]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
releases-matrix:
|
||||||
|
name: Release Go Binary
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
goos: [linux, windows, darwin]
|
||||||
|
goarch: [amd64, arm64]
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: wangyoucao577/go-release-action@v1.22
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
goos: ${{ matrix.goos }}
|
||||||
|
goarch: ${{ matrix.goarch }}
|
@ -5,6 +5,13 @@ This is useful for research and development of services utilizing the WSC.
|
|||||||
|
|
||||||
It is important to read the following so that you will have a usable WAD available upon patch completion.
|
It is important to read the following so that you will have a usable WAD available upon patch completion.
|
||||||
|
|
||||||
|
## Running
|
||||||
|
You can likely obtain a prebuilt binary for your platform on the [Releases](https://github.com/OpenShopChannel/WSC-Patcher/releases) tab.
|
||||||
|
|
||||||
|
If one is unavailable, or you wish to follow along with current development:
|
||||||
|
- Ensure [Go](https://go.dev/dl/) is installed, possibly via a package manager. You will need Go 1.17 or later.
|
||||||
|
- Run `go install github.com/OpenShopChannel/WSC-Patcher@latest`, possibly replacing `latest` with a specific tag.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
You will need an externally resolvable domain with four subdomains:
|
You will need an externally resolvable domain with four subdomains:
|
||||||
- `oss-auth`, utilized for the Wii Shop's main HTML
|
- `oss-auth`, utilized for the Wii Shop's main HTML
|
||||||
|
Loading…
x
Reference in New Issue
Block a user