mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
put as debug for now while I get it working.
This commit is contained in:
parent
cbd0baf20b
commit
5d43ce12c3
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -80,8 +80,8 @@ jobs:
|
|||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: editors
|
||||
path: ./target/release
|
||||
name: executables
|
||||
path: ./target/debug
|
||||
|
||||
type-script:
|
||||
name: TypeScript
|
||||
|
@ -115,5 +115,5 @@ jobs:
|
|||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: executables
|
||||
name: editors
|
||||
path: ./dist
|
||||
|
|
Loading…
Reference in a new issue