mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-03-06 21:00:31 +01:00
Include romlist.bin with Linux CI artifacts
This commit is contained in:
parent
55db337c8d
commit
67903b7974
1 changed files with 10 additions and 7 deletions
7
.github/workflows/build-ubuntu.yml
vendored
7
.github/workflows/build-ubuntu.yml
vendored
|
@ -31,8 +31,11 @@ jobs:
|
|||
- name: Make
|
||||
shell: bash
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
run: make -j$(nproc --all)
|
||||
run: |
|
||||
make -j$(nproc --all) \
|
||||
&& mkdir dist \
|
||||
&& cp {melonDS,romlist.bin} dist
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: melonDS
|
||||
path: ${{runner.workspace}}/build/melonDS
|
||||
path: ${{runner.workspace}}/build/dist
|
||||
|
|
Loading…
Add table
Reference in a new issue