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 8282
8383 - name : Nightly analysis-stats check
8484 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 .
8686
8787 - name : Upload artifacts
8888 uses : actions/upload-artifact@v1
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ fn dist_server() -> Result<()> {
7070 let src =
7171 Path :: new ( "target" ) . join ( & target) . join ( "release" ) . join ( format ! ( "rust-analyzer{}" , suffix) ) ;
7272 let dst = Path :: new ( "dist" ) . join ( format ! ( "rust-analyzer-{}{}" , target, suffix) ) ;
73- cp ( & src, & dst) ?;
7473 gzip ( & src, & dst. with_extension ( "gz" ) ) ?;
7574
7675 // 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