Commit 54b2f87a authored by nanahira's avatar nanahira

fix

parent a922b9f4
......@@ -214,7 +214,7 @@ assets_zh-CN:
stage: prepare
tags:
- linux
script: ./ci/assets-locale.sh
script: ./.ci/assets-locale.sh
variables:
TARGET_LOCALE: zh-CN
artifacts:
......@@ -230,7 +230,7 @@ assets_en-US:
stage: prepare
tags:
- linux
script: ./ci/assets-locale.sh
script: ./.ci/assets-locale.sh
variables:
TARGET_LOCALE: en-US
artifacts:
......@@ -251,7 +251,7 @@ pack_windows_zh-CN:
- assets_windows
- exec_windows
- assets_zh-CN
script: ./ci/pack-windows.sh
script: ./.ci/pack-windows.sh
variables:
TARGET_LOCALE: zh-CN
artifacts:
......@@ -270,7 +270,7 @@ pack_windows_zh-CN:
- assets_windows
- exec_windows
- assets_zh-CN
script: ./ci/pack-windows.sh
script: ./.ci/pack-windows.sh
variables:
TARGET_LOCALE: zh-CN
artifacts:
......@@ -289,7 +289,7 @@ pack_windows_en-US:
- assets_windows
- exec_windows
- assets_en-US
script: ./ci/pack-windows.sh
script: ./.ci/pack-windows.sh
variables:
TARGET_LOCALE: en-US
artifacts:
......@@ -308,7 +308,7 @@ pack_linux_zh-CN:
- assets_nonwindows
- exec_linux
- assets_zh-CN
script: ./ci/pack-linux.sh
script: ./.ci/pack-linux.sh
variables:
TARGET_LOCALE: zh-CN
artifacts:
......@@ -327,7 +327,7 @@ pack_linux_en-US:
- assets_nonwindows
- exec_linux
- assets_en-US
script: ./ci/pack-linux.sh
script: ./.ci/pack-linux.sh
variables:
TARGET_LOCALE: en-US
artifacts:
......
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