Skip to content

Commit

Permalink
ci: Don't depend on release_android
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddiM8 committed Oct 3, 2024
1 parent 141d0c1 commit 84ef79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
create_release:
name: Create Release
if: always()
needs: [release_linux, release_mac, release_windows, release_android]
needs: [release_linux, release_mac, release_windows]
runs-on: ubuntu-latest
steps:
- name: Create Release
Expand Down

0 comments on commit 84ef79f

Please sign in to comment.