Skip to content

Commit 6a5755f

Browse files
Update VERSION to 2.24.6 with fixed circleci copy paths
1 parent 30ea7f5 commit 6a5755f

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.circleci/config.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.24.5
1+
2.24.6

0 commit comments

Comments
 (0)