WiiUIdent/.github/workflows/build.yml

19 lines
370 B
YAML
Raw Normal View History

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