1
0
Fork 0
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:
Raphaël Zumer 2019-12-13 12:42:39 -05:00
parent 55db337c8d
commit 67903b7974

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