refactor(changed appfile key path)

Co-authored-by: Sebastian Palmqvist <PalmN72@users.noreply.github.com>
This commit is contained in:
Lee 2023-10-25 10:17:58 +02:00
parent be63e74da6
commit 4f5b6d3461
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Filename: android/fastlane/Appfile
json_key_file("${{ github.workspace }}/apps/skolplattformen-app-new/android/key.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
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