aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGiles Cope <[email protected]>2020-01-03 18:24:58 +0000
committerGiles Cope <[email protected]>2020-01-08 12:19:27 +0000
commit22a0c9a838b2010cdab4f3de14162be383730a09 (patch)
treeae68add1002030ba2ec91baa9fb127837f368d40 /.github/workflows
parent5d8f2bd822c1e9384ef547c781ccc26a6dec63e2 (diff)
Make artifacts accessible
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