Skip to content

Commit ec8c46a

Browse files
committed
again
1 parent 3ef6ff2 commit ec8c46a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/build-on-linux.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,14 @@ jobs:
2929
- name: Package vscode-extension
3030
run: vsce package
3131

32-
- name: Upload artifact
33-
uses: actions/upload-artifact@v4
34-
with:
35-
name: latest-build
36-
path: *.vsix
32+
# - name: Upload artifact
33+
# uses: actions/upload-artifact@v4
34+
# with:
35+
# name: latest-build
36+
# path: *.vsix
3737

3838
- name: Upload release
3939
uses: softprops/action-gh-release@v2
4040
if: github.ref_type == 'tag'
4141
with:
4242
files: *.vsix
43-

0 commit comments

Comments
 (0)