From 22a0c9a838b2010cdab4f3de14162be383730a09 Mon Sep 17 00:00:00 2001 From: Giles Cope Date: Fri, 3 Jan 2020 18:24:58 +0000 Subject: Make artifacts accessible --- .github/workflows/ci.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.github/workflows') 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: working-directory: ./editors/code - run: npm run package --scripts-prepend-node-path working-directory: ./editors/code + + - name: Upload artifacts + uses: actions/upload-artifact@v1 + with: + name: ubuntu-editors + path: /home/runner/work/rust-analyzer/editors + -- cgit v1.2.3