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
1 changed files with 4 additions and 3 deletions

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