mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
Include romlist.bin with Linux CI artifacts
This commit is contained in:
7
.github/workflows/build-ubuntu.yml
vendored
7
.github/workflows/build-ubuntu.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user