Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Miha Drofenik committed Dec 25, 2023
1 parent dde39a3 commit 2010a42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ jobs:
- name: Run fastlane
run: |
bundle exec fastlane android build_debug
env:
APP_ID: ${{ secrets.APP_ID }}
ANDROID_ARTEFACT_PATH: ${{ secrets.ANDROID_ARTEFACT_PATH }}
SERVICE_CREDENTIALS_FILE: ${{ secrets.SERVICE_CREDENTIALS_FILE }}
2 changes: 0 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ platform :android do

firebase_app_distribution(
app: ENV["APP_ID"],
testers: ENV["TESTERS"],
release_notes: ENV["RELEASE_NOTES"],
android_artifact_path: ENV["ANDROID_ARTEFACT_PATH"],
service_credentials_file: ENV["SERVICE_CREDENTIALS_FILE"]
)
Expand Down

0 comments on commit 2010a42

Please sign in to comment.