Skip to content

Commit dd5e1b6

Browse files
committed
Less output for typescript artifacts
1 parent f9049d3 commit dd5e1b6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,13 @@ jobs:
103103
- run: npm run package --scripts-prepend-node-path
104104
working-directory: ./editors/code
105105

106+
- name: Remove files not to be published
107+
run: mkdir ./dist
108+
run: cp ./editors/code/*.vsix ./dist/code/
109+
run: cp -R ./editors/emacs ./dist/
110+
106111
- name: Upload artifacts
107112
uses: actions/upload-artifact@v1
108113
with:
109-
name: editors
110-
path: ./editors
114+
name: executables
115+
path: ./dist

0 commit comments

Comments
 (0)