Commit 10a93d7a authored by nanahira's avatar nanahira

move

parent c860cd57
Pipeline #5252 passed with stages
in 24 minutes and 56 seconds
...@@ -283,7 +283,7 @@ build-StandaloneWindows64: ...@@ -283,7 +283,7 @@ build-StandaloneWindows64:
.pack: .pack:
extends: .common_image extends: .common_image
stage: pack stage: pack
script: ./.ci/pack.sh script: ./ci/pack.sh
artifacts: artifacts:
paths: paths:
- dist - dist
...@@ -359,7 +359,7 @@ upload: ...@@ -359,7 +359,7 @@ upload:
- pack_darwin_en-US - pack_darwin_en-US
variables: variables:
appVersion: $CI_COMMIT_TAG appVersion: $CI_COMMIT_TAG
script: ./.ci/upload-packager.sh script: ./ci/upload-packager.sh
only: only:
- tags - tags
......
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