mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 11:20:54 +00:00
Upload
This commit is contained in:
parent
dd998d9076
commit
79e1cb9b59
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
@ -77,6 +77,11 @@ jobs:
|
|||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
run: Remove-Item ./target/debug/xtask.exe
|
run: Remove-Item ./target/debug/xtask.exe
|
||||||
|
|
||||||
|
- name: Upload artifacts
|
||||||
|
uses: actions/upload-artifact@v1
|
||||||
|
with:
|
||||||
|
name: editors
|
||||||
|
path: ./target/release
|
||||||
|
|
||||||
type-script:
|
type-script:
|
||||||
name: TypeScript
|
name: TypeScript
|
||||||
@ -101,7 +106,5 @@ jobs:
|
|||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: ubuntu-editors
|
name: editors
|
||||||
path: /home/runner/work/rust-analyzer/editors
|
path: /home/runner/work/rust-analyzer/editors
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user