We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd998d9 commit 79e1cb9Copy full SHA for 79e1cb9
.github/workflows/ci.yaml
@@ -77,6 +77,11 @@ jobs:
77
if: matrix.os == 'windows-latest'
78
run: Remove-Item ./target/debug/xtask.exe
79
80
+ - name: Upload artifacts
81
+ uses: actions/upload-artifact@v1
82
+ with:
83
+ name: editors
84
+ path: ./target/release
85
86
type-script:
87
name: TypeScript
@@ -101,7 +106,5 @@ jobs:
101
106
- name: Upload artifacts
102
107
uses: actions/upload-artifact@v1
103
108
with:
104
- name: ubuntu-editors
109
105
110
path: /home/runner/work/rust-analyzer/editors
-
0 commit comments