mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-30 01:29:52 -06:00
Upload CI build artifacts
This commit is contained in:
4
.github/workflows/build-ubuntu.yml
vendored
4
.github/workflows/build-ubuntu.yml
vendored
@ -31,3 +31,7 @@ jobs:
|
||||
shell: bash
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
run: make -j$(nproc --all)
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: melonDS
|
||||
path: ${{runner.workspace}}/build/melonDS
|
||||
|
Reference in New Issue
Block a user