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:
parent
86ae2e02d0
commit
55db337c8d
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build-windows.yml
vendored
7
.github/workflows/build-windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue