Upload CI build artifacts

This commit is contained in:
Raphaël Zumer 2019-12-12 22:06:57 -05:00
parent 546e7ded96
commit 331c3c3b86
2 changed files with 8 additions and 0 deletions

View File

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

View File

@ -32,3 +32,7 @@ jobs:
run: |
C:\tools\msys64\usr\bin\bash.exe -lc "export PATH=`"/mingw64/bin:`$PATH`" \
&& cd melonDS/build && make -j$(nproc --all)"
- uses: actions/upload-artifact@v1
with:
name: melonDS.exe
path: C:\tools\msys64\home\runneradmin\melonDS\build\melonDS.exe