Skip to content

Commit 5c84ff1

Browse files
committed
forgot to replace binary name
1 parent bb6326e commit 5c84ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
shell: bash
6060
run: |
6161
# Replace with the name of your binary
62-
binary_name="<BINARY_NAME>"
62+
binary_name="mahjong_helper_majsoul_hudsucker"
6363
6464
dirname="$binary_name-${{ env.VERSION }}-${{ matrix.target }}"
6565
mkdir "$dirname"

0 commit comments

Comments
 (0)