Skip to content

Commit 79e1cb9

Browse files
committed
Upload
1 parent dd998d9 commit 79e1cb9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ jobs:
7777
if: matrix.os == 'windows-latest'
7878
run: Remove-Item ./target/debug/xtask.exe
7979

80+
- name: Upload artifacts
81+
uses: actions/upload-artifact@v1
82+
with:
83+
name: editors
84+
path: ./target/release
8085

8186
type-script:
8287
name: TypeScript
@@ -101,7 +106,5 @@ jobs:
101106
- name: Upload artifacts
102107
uses: actions/upload-artifact@v1
103108
with:
104-
name: ubuntu-editors
109+
name: editors
105110
path: /home/runner/work/rust-analyzer/editors
106-
107-

0 commit comments

Comments
 (0)