[.github] workflows: don't launch the windows executable from msys2

This commit is contained in:
Émilie Feral
2020-04-10 11:10:55 +02:00
committed by Ecco
parent ec5587904f
commit e1b9703a2e

View File

@@ -60,7 +60,7 @@ jobs:
- run: msys2do make -j2 PLATFORM=simulator
- run: msys2do make -j2 PLATFORM=simulator epsilon.official.exe
- run: msys2do make -j2 PLATFORM=simulator test.headless.exe
- run: msys2do output/release/simulator/windows/test.headless.exe
- run: cmd /c output\release\simulator\windows\test.headless.exe
- uses: actions/upload-artifact@master
with:
name: epsilon-windows.exe