1
0
Fork 0
mirror of https://github.com/melonDS-emu/melonDS.git synced 2025-03-06 21:00:31 +01:00

Package shared resources with Windows CI artifacts

This commit is contained in:
Raphaël Zumer 2019-12-13 11:34:28 -05:00
parent 86ae2e02d0
commit 55db337c8d

View file

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