Skip to content

Commit 22a0c9a

Browse files
committed
Make artifacts accessible
1 parent 5d8f2bd commit 22a0c9a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,10 @@ jobs:
9797
working-directory: ./editors/code
9898
- run: npm run package --scripts-prepend-node-path
9999
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+

0 commit comments

Comments
 (0)