Skip to content

Commit

Permalink
make release depend on the publish-android job
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Dec 19, 2024
1 parent 7422da2 commit 7510dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fw-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
create-release:
if: ${{ github.ref_name == 'main' }}
name: Create Release
needs: [ build-and-test, publish-win, publish-linux, publish-mac]
needs: [ build-and-test, publish-win, publish-linux, publish-mac, publish-android]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 7510dcb

Please sign in to comment.