Include romlist.bin with Linux CI artifacts

This commit is contained in:
Raphaël Zumer 2019-12-13 12:42:39 -05:00
parent 55db337c8d
commit 67903b7974
1 changed files with 10 additions and 7 deletions

View File

@ -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