Skip to content

Fix roundtrip calculation oversight #35

Fix roundtrip calculation oversight

Fix roundtrip calculation oversight #35

Workflow file for this run

name: Build Binary
on: [push, pull_request]
jobs:
build-binary:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Binary
run: |
docker build -t builder .
docker run --rm -v ${PWD}:/project builder make
- uses: actions/upload-artifact@v3
with:
name: Wii_U_Time_Sync.wps
path: "*.wps"
if-no-files-found: error