Deploy Qt libraries with dynamic Windows builds

Also stop using msys-dist.sh with the static CI build.
This commit is contained in:
Raphaël Zumer 2020-07-31 16:34:28 -04:00
parent ce28d5725b
commit 68e310e4ef
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -11,4 +11,5 @@ for lib in $(ldd melonDS.exe | grep mingw | sed "s/.*=> //" | sed "s/(.*)//"); d
cp "${lib}" dist
done
cp melonDS.exe dist
cp melonDS.exe dist
windeployqt dist