Skip to content

Commit

Permalink
refactor(added path for keys.json)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Palmqvist <[email protected]>
  • Loading branch information
coolusername244 and PalmN72 committed Oct 25, 2023
1 parent 6793ca0 commit 11352b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/skolplattformen-app-new/android/fastlane/Appfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Filename: android/fastlane/Appfile

json_key_file("key.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
package_name("com.projectname.app") # EDIT: The bundle identifier of your app
json_key_file("/Users/lee/Downloads/oppna-skolplattformen-new-4c271cae3f68.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
package_name("com.projectname.app") # EDIT: The bundle identifier of your app


0 comments on commit 11352b1

Please sign in to comment.