From dd5e1b652ff7f6c560e8a486401e84d57a463597 Mon Sep 17 00:00:00 2001 From: Giles Cope Date: Thu, 9 Jan 2020 08:56:42 +0000 Subject: Less output for typescript artifacts --- .github/workflows/ci.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7b46671c9..0376fd28c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -103,8 +103,13 @@ jobs: - run: npm run package --scripts-prepend-node-path working-directory: ./editors/code + - name: Remove files not to be published + run: mkdir ./dist + run: cp ./editors/code/*.vsix ./dist/code/ + run: cp -R ./editors/emacs ./dist/ + - name: Upload artifacts uses: actions/upload-artifact@v1 with: - name: editors - path: ./editors + name: executables + path: ./dist -- cgit v1.2.3