Commit 54b2f87a authored by nanahira's avatar nanahira

fix

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