Skip to content

add single file mode, support for args/json file launching #10

add single file mode, support for args/json file launching

add single file mode, support for args/json file launching #10

Workflow file for this run

name: Build console apps
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
all:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- platform: wiiu
ext: rpx
- platform: wiiu
ext: wuhb
- platform: switch
ext: nro
container:
image: ghcr.io/fortheusers/sealeo:latest
steps:
- uses: actions/checkout@main
with:
submodules: recursive
- name: Build ${{ matrix.platform }}
run: make ${{ matrix.platform }}
- uses: actions/upload-artifact@v3
with:
name: vgedit.${{ matrix.ext }}
path: /__w/vgedit/vgedit/vgedit.${{ matrix.ext }}