Skip to content

Commit

Permalink
Fix boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhpalp committed Jul 25, 2023
1 parent 40c094a commit af428b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
keystore-password: ${{ secrets.KEYSTORE_PASSWORD }}
keystore-alias: ${{ secrets.KEYSTORE_ALIAS }}
json-key-data: ${{ secrets.GOOGLE_PLAY_JSON_KEY }}
upload-to-play-store: ${{ inputs.upload_to_play_store == true }}
upload-to-play-store: ${{ inputs.upload_to_play_store }}
project-path: "${{ env.ANGULAR_DIRECTORY }}/android/"
output-path: wfnews-release-${{ steps.vars.outputs.short_sha }}.apk

Expand Down

0 comments on commit af428b8

Please sign in to comment.