Skip to content

Commit 063d7d3

Browse files
fix release binary name
1 parent bda5884 commit 063d7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v3
4343
- uses: taiki-e/upload-rust-binary-action@v1
4444
with:
45-
bin: cfspeed
45+
bin: cfspeedtest
4646
target: ${{ matrix.target }}
4747
tar: unix
4848
zip: windows

0 commit comments

Comments
 (0)