aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index e7e0d599e..8602b8502 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -97,3 +97,10 @@ jobs:
97 working-directory: ./editors/code 97 working-directory: ./editors/code
98 - run: npm run package --scripts-prepend-node-path 98 - run: npm run package --scripts-prepend-node-path
99 working-directory: ./editors/code 99 working-directory: ./editors/code
100
101 - name: Upload artifacts
102 uses: actions/upload-artifact@v1
103 with:
104 name: ubuntu-editors
105 path: /home/runner/work/rust-analyzer/editors
106