Skip to content

Merge pull request #61 from w3irDv/enh/backupset #486

Merge pull request #61 from w3irDv/enh/backupset

Merge pull request #61 from w3irDv/enh/backupset #486

Workflow file for this run

name: CI-Release
on: [ push, pull_request ]
jobs:
build-binary:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Docker Layer Caching
uses: jpribyl/[email protected]
continue-on-error: true
with:
key: savemii-docker-cache-{hash}
restore-keys: |
savemii-docker-cache-
- name: Build artifacts
run: |
docker build . --file Dockerfile --tag builder
docker run --rm -v ${PWD}:/project builder make release -j$(nproc)
- name: Upload Aroma version
uses: actions/upload-artifact@v4
with:
name: SaveMiiModWUTPort-Aroma
path: SaveMiiModWUTPort-Aroma.zip
if-no-files-found: warn
- name: Upload HBL version
uses: actions/upload-artifact@v4
with:
name: SaveMiiModWUTPort-HBL
path: SaveMiiModWUTPort-HBL.zip
if-no-files-found: warn