Skip to content

Partially undo wrong branch commit #78

Partially undo wrong branch commit

Partially undo wrong branch commit #78

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_Time_Sync.wps
uses: actions/upload-artifact@v4
with:
name: Wii_U_Time_Sync.wps
path: "*.wps"
if-no-files-found: error