We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31a6da commit 7d37941Copy full SHA for 7d37941
1 file changed
.github/workflows/release.yml
@@ -8,7 +8,7 @@ permissions:
8
9
jobs:
10
create_release:
11
- name: Check whether ready for release
+ name: Create release
12
runs-on: ubuntu-latest
13
14
steps:
@@ -45,4 +45,4 @@ jobs:
45
- name: Install x86_64 target
46
run: rustup target add x86_64-apple-darwin
47
48
- - run: python3 scripts/upload_macos.sh
+ - run: scripts/upload_macos.sh
0 commit comments