From cbd0baf20be0077e8c2791a6a292df561d2b6c80 Mon Sep 17 00:00:00 2001 From: Giles Cope Date: Thu, 9 Jan 2020 13:18:16 +0000 Subject: Getting to grips with github format... --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0376fd28c..fa8e47210 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -103,9 +103,13 @@ jobs: - run: npm run package --scripts-prepend-node-path working-directory: ./editors/code - - name: Remove files not to be published + - name: Create distribution directory run: mkdir ./dist + + - name: Copy vscode extension run: cp ./editors/code/*.vsix ./dist/code/ + + - name: Copy emacs mode run: cp -R ./editors/emacs ./dist/ - name: Upload artifacts -- cgit v1.2.3