Skip to content

Update copyright year in license #151

Update copyright year in license

Update copyright year in license #151

Workflow file for this run

name: Build Binary
on: [push, pull_request]
jobs:
build-binary:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build Binary
run: |
docker build -t builder .
docker run --rm -v ${PWD}:/project builder make DEBUG=1
- name: Upload Wii_U_Account_Swap.rpx
uses: actions/upload-artifact@v4
with:
name: Wii_U_Account_Swap.rpx
path: "*.rpx"
if-no-files-found: error
- name: Upload Wii_U_Account_Swap.wuhb
uses: actions/upload-artifact@v4
with:
name: Wii_U_Account_Swap.wuhb
path: "*.wuhb"
if-no-files-found: error