File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5454 - name : Build
5555 run : cd bins && cargo build --release
5656 - name : Archive files
57- run : tar -cvzf ckb-debugger-linux-x64.tar.gz bins/target/release/ ckb-debugger LICENSE
57+ run : cp bins/target/release/ckb-debugger ./ && tar -cvzf ckb-debugger-linux-x64.tar.gz ckb-debugger LICENSE
5858 - name : Generate checksum
5959 run : sha256sum ckb-debugger-linux-x64.tar.gz > ckb-debugger-linux-x64-sha256.txt
6060 - name : Upload binary
9999 - name : Build
100100 run : cd bins && cargo build --release
101101 - name : Archive files
102- run : tar -cvzf ckb-debugger-macos -x64.tar.gz bins/target/release/ ckb-debugger LICENSE
102+ run : cp bins/target/release/ckb-debugger ./ && tar -cvzf ckb-debugger-linux -x64.tar.gz ckb-debugger LICENSE
103103 - name : Generate checksum
104104 run : shasum -a 256 ckb-debugger-macos-x64.tar.gz > ckb-debugger-macos-x64-sha256.txt
105105 - name : Upload binary
You can’t perform that action at this time.
0 commit comments