Skip to content

Commit 84ef79f

Browse files
committed
ci: Don't depend on release_android
1 parent 141d0c1 commit 84ef79f

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
@@ -210,7 +210,7 @@ jobs:
210210
create_release:
211211
name: Create Release
212212
if: always()
213-
needs: [release_linux, release_mac, release_windows, release_android]
213+
needs: [release_linux, release_mac, release_windows]
214214
runs-on: ubuntu-latest
215215
steps:
216216
- name: Create Release

0 commit comments

Comments
 (0)