Skip to content

Commit e66c76c

Browse files
committed
again
1 parent ec8c46a commit e66c76c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +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:
42-
files: *.vsix
42+
files: '*.vsix'

0 commit comments

Comments
 (0)