mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 13:18:47 +00:00
Upload
This commit is contained in:
parent
dd998d9076
commit
79e1cb9b59
1 changed files with 6 additions and 3 deletions
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
|
@ -77,6 +77,11 @@ jobs:
|
|||
if: matrix.os == 'windows-latest'
|
||||
run: Remove-Item ./target/debug/xtask.exe
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: editors
|
||||
path: ./target/release
|
||||
|
||||
type-script:
|
||||
name: TypeScript
|
||||
|
@ -101,7 +106,5 @@ jobs:
|
|||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: ubuntu-editors
|
||||
name: editors
|
||||
path: /home/runner/work/rust-analyzer/editors
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue