Include romlist.bin with Linux CI artifacts
This commit is contained in:
parent
55db337c8d
commit
67903b7974
|
@ -31,8 +31,11 @@ jobs:
|
||||||
- name: Make
|
- name: Make
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{runner.workspace}}/build
|
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
|
- uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: melonDS
|
name: melonDS
|
||||||
path: ${{runner.workspace}}/build/melonDS
|
path: ${{runner.workspace}}/build/dist
|
||||||
|
|
Loading…
Reference in New Issue