We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee2ec4 commit 21387f8Copy full SHA for 21387f8
.github/workflows/release.yml
@@ -207,7 +207,7 @@ jobs:
207
- name: Fetch local artifacts (.visx)
208
uses: actions/download-artifact@v4
209
with:
210
- path: extensions/VSCode
+ pattern: *.visx
211
merge-multiple: true
212
- id: cargo-dist
213
shell: bash
server/dist-workspace.toml
@@ -36,7 +36,3 @@ ci = "github"
36
allow-dirty = ["ci"]
37
# Which actions to run on pull requests
38
pr-run-mode = "upload"
39
-
40
-[[dist.extra-artifacts]]
41
-artifacts = ["../extensions/VSCode/codechat-editor-client.vsix"]
42
-build = ["echo", "placeholder"]
0 commit comments