Upload CI build artifacts
This commit is contained in:
parent
546e7ded96
commit
331c3c3b86
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue