mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2024-11-04 21:16:56 +01:00
fix stage
This commit is contained in:
parent
527f3e4960
commit
0aba24cf44
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ luaengineapp:
|
|||
paths:
|
||||
- "luaengineapp.exe"
|
||||
|
||||
luaengine:
|
||||
LuaEngine Setup:
|
||||
stage: deploy
|
||||
image: syping/qt5-shared-mingw-openssl:5.12.5
|
||||
script:
|
||||
|
@ -44,7 +44,7 @@ luaengine:
|
|||
artifacts:
|
||||
name: "luaengine-$CI_COMMIT_REF_NAME-${CI_COMMIT_SHA:0:8}"
|
||||
paths:
|
||||
- "luaengine.exe"
|
||||
- "luaengine_setup.exe"
|
||||
dependencies:
|
||||
- luaengine
|
||||
- luaengineapp
|
||||
|
|
Loading…
Reference in a new issue