File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -130,32 +130,3 @@ jobs:
130130 working-directory : vscode-extension
131131 run : npm test
132132 if : runner.os == 'macOS'
133-
134- zed-dev-wrapper :
135- name : Update Zed Dev Wrapper
136- runs-on : ubuntu-latest
137- if : github.ref == 'refs/heads/main' && github.event_name == 'push'
138- permissions :
139- contents : write
140-
141- steps :
142- - uses : actions/checkout@v4
143-
144- - name : Build wrapper archives
145- working-directory : zed-extension/dev/wrapper
146- run : ./build-archives.sh
147-
148- - name : Update zed-dev-wrapper release
149- uses : softprops/action-gh-release@v2
150- with :
151- tag_name : zed-dev-wrapper
152- name : Zed Dev Wrapper
153- body : |
154- Wrapper scripts for the Symposium Dev Zed extension.
155- These delegate to your locally installed `symposium-acp-agent`.
156-
157- Updated automatically on each push to main.
158- files : |
159- zed-extension/dev/wrapper/symposium-dev-darwin.tar.gz
160- zed-extension/dev/wrapper/symposium-dev-linux.tar.gz
161- prerelease : true
You can’t perform that action at this time.
0 commit comments