Skip to content

Commit 5239cd6

Browse files
committed
Fix .github/release.yml
1 parent f4758d9 commit 5239cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
mkdir dist
108108
cp target/release/ckb-debugger dist
109109
cp LICENSE dist
110-
cd dist && tar -cvzf ckb-debugger-linux-x64.tar.gz ckb-debugger LICENSE
110+
cd dist && tar -cvzf ckb-debugger-macos-x64.tar.gz ckb-debugger LICENSE
111111
- name: Generate checksum
112112
run: cd dist && shasum -a 256 ckb-debugger-macos-x64.tar.gz > ckb-debugger-macos-x64-sha256.txt
113113
- name: Upload binary

0 commit comments

Comments
 (0)