File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153153 bazel run --define version=$(cat VERSION) //:deploy-linux-x86_64-targz -- release
154154 - run : |
155155 mkdir -p ~/dist
156- cp bazel-bin/typedb-console-linux-x86_64.zip ~/dist/typedb-console-linux-x86_64.zip
156+ cp bazel-bin/typedb-console-linux-x86_64.tar.gz ~/dist/typedb-console-linux-x86_64.tar.gz
157157 - persist_to_workspace :
158158 root : ~/dist
159159 paths : ["./*"]
@@ -171,7 +171,7 @@ jobs:
171171 bazel run --define version=$(cat VERSION) //:deploy-linux-arm64-targz -- release
172172 - run : |
173173 mkdir -p ~/dist
174- cp bazel-bin/typedb-console-linux-arm64.zip ~/dist/typedb-console-linux-arm64.zip
174+ cp bazel-bin/typedb-console-linux-arm64.tar.gz ~/dist/typedb-console-linux-arm64.tar.gz
175175 - persist_to_workspace :
176176 root : ~/dist
177177 paths : ["./*"]
@@ -219,9 +219,6 @@ jobs:
219219 - checkout
220220 - run : .circleci\windows\prepare.bat
221221 - run : .circleci\windows\deploy_release.bat
222- - run : |
223- mkdir -p ~/dist
224- cp bazel-bin/typedb-console-mac-arm64.zip ~/dist/typedb-console-windows-x86_64.zip
225222 - persist_to_workspace :
226223 root : ~/dist
227224 paths : [ "./*" ]
@@ -230,7 +227,6 @@ jobs:
230227 executor : linux-x86_64
231228 steps :
232229 - checkout
233- - install-bazel-mac
234230 - run : |
235231 export DEPLOY_APT_USERNAME=$REPO_VATICLE_USERNAME
236232 export DEPLOY_APT_PASSWORD=$REPO_VATICLE_PASSWORD
@@ -247,7 +243,6 @@ jobs:
247243 executor : linux-arm64
248244 steps :
249245 - checkout
250- - install-bazel-mac
251246 - run : |
252247 export DEPLOY_APT_USERNAME=$REPO_VATICLE_USERNAME
253248 export DEPLOY_APT_PASSWORD=$REPO_VATICLE_PASSWORD
Original file line number Diff line number Diff line change 1- 2.24.5
1+ 2.24.6
You can’t perform that action at this time.
0 commit comments