refactor(added path for keys.json)

Co-authored-by: Sebastian Palmqvist <PalmN72@users.noreply.github.com>
This commit is contained in:
Lee 2023-10-25 10:09:06 +02:00
parent 6793ca0be1
commit 11352b1ce4
1 changed files with 4 additions and 2 deletions

View File

@ -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