Skip to content

Commit fd1b732

Browse files
committed
fix macos binary name
1 parent c3af404 commit fd1b732

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
@@ -20,7 +20,7 @@ jobs:
2020
artifact_name: paddler-bin-linux-libc2.39-amd64
2121

2222
- os: macos-latest
23-
artifact_name: paddler-bin-macos-amd64
23+
artifact_name: paddler-bin-macos-arm
2424

2525
steps:
2626
- name: checkout code

0 commit comments

Comments
 (0)