]> git.lizzy.rs Git - rust.git/commitdiff
Make artifacts accessible
authorGiles Cope <gilescope@gmail.com>
Fri, 3 Jan 2020 18:24:58 +0000 (18:24 +0000)
committerGiles Cope <gilescope@gmail.com>
Wed, 8 Jan 2020 12:19:27 +0000 (12:19 +0000)
.github/workflows/ci.yaml

index e7e0d599e309e3d7eeba3dba4e7c64efca1abd0f..8602b8502d5e48752aaa118819d85f00a9269ac9 100644 (file)
@@ -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
+