File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 82
82
83
83
- name : Nightly analysis-stats check
84
84
if : github.ref != 'refs/heads/release'
85
- run : ./dist/rust-analyzer- x86_64-unknown-linux-gnu analysis-stats .
85
+ run : target/ x86_64-unknown-linux-gnu/release/rust-analyzer analysis-stats .
86
86
87
87
- name : Upload artifacts
88
88
uses : actions/upload-artifact@v1
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ fn dist_server() -> Result<()> {
70
70
let src =
71
71
Path :: new ( "target" ) . join ( & target) . join ( "release" ) . join ( format ! ( "rust-analyzer{}" , suffix) ) ;
72
72
let dst = Path :: new ( "dist" ) . join ( format ! ( "rust-analyzer-{}{}" , target, suffix) ) ;
73
- cp ( & src, & dst) ?;
74
73
gzip ( & src, & dst. with_extension ( "gz" ) ) ?;
75
74
76
75
// FIXME: the old names are temporarily kept for client compatibility, but they should be removed
You can’t perform that action at this time.
0 commit comments