Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
L3o-pold committed Aug 25, 2023
1 parent d964ea6 commit 4a70930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-android-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
bundle exec fastlane android build --env android.beta
echo "::endgroup::"
echo "::group::Deploy to Play Store"
bundle exec fastlane android deploy file:"${{ github.workspace }}/*.apk" --env android.beta
bundle exec fastlane android deploy file:"${{ github.workspace }}/*.aab" --env android.beta
echo "::endgroup::"
working-directory: ./fastlane

Expand Down

0 comments on commit 4a70930

Please sign in to comment.