WiiUIdent/.github/workflows/build.yml

19 lines
369 B
YAML
Raw Normal View History

2023-03-30 21:40:17 +02:00
name: Build
on: [push, pull_request]
jobs:
build-binary:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Build binary
run: |
docker run --rm -v ${PWD}:/project garyodernichts/wiiuident_builder make
- uses: actions/upload-artifact@v3
with:
name: WiiUIdent
path: |
*.wuhb
*.rpx