Skip to content

Commit 7d37941

Browse files
committed
[workflow] Fix upload_macos.sh script invocation
1 parent a31a6da commit 7d37941

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

99
jobs:
1010
create_release:
11-
name: Check whether ready for release
11+
name: Create release
1212
runs-on: ubuntu-latest
1313

1414
steps:
@@ -45,4 +45,4 @@ jobs:
4545
- name: Install x86_64 target
4646
run: rustup target add x86_64-apple-darwin
4747

48-
- run: python3 scripts/upload_macos.sh
48+
- run: scripts/upload_macos.sh

0 commit comments

Comments
 (0)