File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ jobs:
34
34
include :
35
35
- os : ubuntu-20.04
36
36
target : x86_64-unknown-linux-gnu
37
- binary_name : decent-cloud
37
+ binary_name : dc
38
38
asset_name : decent-cloud-linux-amd64
39
39
- os : macos-latest
40
40
target : x86_64-apple-darwin
41
- binary_name : decent-cloud
41
+ binary_name : dc
42
42
asset_name : decent-cloud-darwin-amd64
43
43
- os : ubuntu-20.04
44
44
target : x86_64-pc-windows-gnu
45
- binary_name : decent-cloud .exe
45
+ binary_name : dc .exe
46
46
asset_name : decent-cloud-windows-amd64.exe
47
47
48
48
runs-on : ${{ matrix.os }}
64
64
run : |
65
65
if [ "${{ matrix.target }}" = "x86_64-pc-windows-gnu" ]; then
66
66
cargo install cross --git https://github.com/cross-rs/cross
67
- cross build --release --target ${{ matrix.target }} -p dc
67
+ cross build --release --target ${{ matrix.target }} --bin dc
68
68
else
69
- cargo build --release --target ${{ matrix.target }} -p dc
69
+ cargo build --release --target ${{ matrix.target }} --bin dc
70
70
fi
71
71
72
72
- name : Prepare binary
You can’t perform that action at this time.
0 commit comments