Skip to content

Commit 5bfbda7

Browse files
author
Ayane Satomi
committed
[ci] fix formatting
Signed-off-by: Ayane Satomi <sr229@coder.com>
1 parent 8bed4e2 commit 5bfbda7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
name: "Run CI Steps"
2323
command: ./scripts/ci.bash
2424
- store_artifacts:
25-
path: ./release/code-server$VERSION-vsc$VSCODE_VERSION_$PLATFORM.tgz
26-
25+
path: ./release/code-server$VERSION-vsc$VSCODE_VERSION-$PLATFORM-x86_64.tgz
26+
2727
build_git_alpine:
2828
machine:
2929
image: circleci/classic:edge
@@ -42,7 +42,7 @@ jobs:
4242
name: "Run CI Steps"
4343
command: ./scripts/ci.bash
4444
- store_artifacts:
45-
path: ./release/code-server$VERSION-vsc$VSCODE_VERSION_$PLATFORM.tgz
45+
path: ./release/code-server$VERSION-vsc$VSCODE_VERSION-$PLATFORM-x86_64.tgz
4646

4747
build_git_macos:
4848
macos:
@@ -62,4 +62,4 @@ jobs:
6262
name: "Run CI Steps"
6363
command: ./scripts/ci.bash
6464
- store_artifacts:
65-
path: ./release/code-server$VERSION-vsc$VSCODE_VERSION_$PLATFORM.zip
65+
path: ./release/code-server$VERSION-vsc$VSCODE_VERSION-$PLATFORM-x86_64.zip

0 commit comments

Comments
 (0)