Commit 39b4cce1 authored by nanahira's avatar nanahira

fix use copy to ensure cache

parent 4e264669
...@@ -118,7 +118,7 @@ windows_exec: ...@@ -118,7 +118,7 @@ windows_exec:
- cmd /C "patch -p0 < irrlicht\irrlicht.patch" - cmd /C "patch -p0 < irrlicht\irrlicht.patch"
- '.\premake5.exe vs2019' - '.\premake5.exe vs2019'
- cmd /c '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe" build\ygo.sln /m /p:Configuration=Release' - cmd /c '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe" build\ygo.sln /m /p:Configuration=Release'
- move bin\release\ygopro.exe . - copy bin\release\ygopro.exe .
artifacts: artifacts:
paths: paths:
- ygopro.exe - ygopro.exe
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment