Skip to content

Commit 21387f8

Browse files
committed
wip
1 parent 6ee2ec4 commit 21387f8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
- name: Fetch local artifacts (.visx)
208208
uses: actions/download-artifact@v4
209209
with:
210-
path: extensions/VSCode
210+
pattern: *.visx
211211
merge-multiple: true
212212
- id: cargo-dist
213213
shell: bash

server/dist-workspace.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,3 @@ ci = "github"
3636
allow-dirty = ["ci"]
3737
# Which actions to run on pull requests
3838
pr-run-mode = "upload"
39-
40-
[[dist.extra-artifacts]]
41-
artifacts = ["../extensions/VSCode/codechat-editor-client.vsix"]
42-
build = ["echo", "placeholder"]

0 commit comments

Comments
 (0)