Skip to content

Commit

Permalink
FIX: Android APK missing from RC3 (betaflight#3205)
Browse files Browse the repository at this point in the history
  • Loading branch information
blckmn authored and chmelevskij committed Jan 5, 2023
1 parent 1562f93 commit 719e49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -94,7 +94,7 @@ jobs:
if: ${{ !inputs.debug_build && matrix.name != 'Android' }}

- run: yarn gulp debug-release ${{ matrix.releaseArgs }}
if: ${{ inputs.debug_build }}
if: ${{ inputs.debug_build || matrix.name == 'Android' }}

- name: Publish build artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 719e49f

Please sign in to comment.