Skip to content

Commit 7159546

Browse files
authored
Fix publish ios and android release build (#10)
1 parent d6bab3c commit 7159546

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151

5252
- name: Setup
5353
run: |
54-
rustup toolchain install nightly-2023-08-28-x86_64-unknown-linux-gnu
55-
rustup component add rust-src --toolchain nightly-2023-08-28-x86_64-unknown-linux-gnu
54+
rustup toolchain install nightly-2024-05-18-x86_64-unknown-linux-gnu
55+
rustup component add rust-src --toolchain nightly-2024-05-18-x86_64-unknown-linux-gnu
5656
rustup target add \
5757
aarch64-linux-android \
5858
armv7-linux-androideabi \
@@ -82,8 +82,8 @@ jobs:
8282

8383
- name: Setup
8484
run: |
85-
rustup toolchain install nightly-2023-08-28-x86_64-apple-darwin
86-
rustup component add rust-src --toolchain nightly-2023-08-28-x86_64-apple-darwin
85+
rustup toolchain install nightly-2024-05-18-x86_64-apple-darwin
86+
rustup component add rust-src --toolchain nightly-2024-05-18-x86_64-apple-darwin
8787
rustup target add \
8888
x86_64-apple-darwin \
8989
aarch64-apple-darwin \
@@ -139,7 +139,7 @@ jobs:
139139
tag: ${{ needs.draft_release.outputs.tag }}
140140

141141
publish_windows_x64:
142-
name: Publish Widnows x64
142+
name: Publish Windows x64
143143
needs: [draft_release]
144144
runs-on: windows-latest
145145
steps:

0 commit comments

Comments
 (0)