Skip to content

Commit

Permalink
Merge pull request #206 from bamlab/small-fix-sammy
Browse files Browse the repository at this point in the history
Small fix
  • Loading branch information
Yann Leflour authored Jan 4, 2019
2 parents 639c222 + 2e527b9 commit 54d10bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/bitrise/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bitrise setup for continuous deployment

:warning: ***Having set up Fastlane with `yo rn-toolbox:fastlane` is a requirement***
:warning: ***Having set up Fastlane with `yo rn-toolbox:fastlane-setup` is a requirement***

This will:
* upload your app to HockeyApp on every push to the `staging` branch
Expand Down
2 changes: 1 addition & 1 deletion generators/fastlane-env/templates/fastlane/env
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ IOS_IPA_PATH='./dist/app.ipa'

### ANDROID PROJECT ###
ANDROID_PROJECT_DIR='android'
ANDROID_APK_PATH='android/app/build/outputs/apk/app-release.apk'
ANDROID_APK_PATH='android/app/build/outputs/apk/release/app-release.apk'
GRADLE_APP_IDENTIFIER='<%= appId %>'
GRADLE_APP_NAME='<%= appName %>'
<% if (deploymentPlatform === 'appcenter') { %>ANDROID_APPCENTER_APP_ID='<%= androidAppCenterId %>'<% } %>
Expand Down

0 comments on commit 54d10bb

Please sign in to comment.