run [09:44:46]: Could not find service account json file at path '/Users/amygalles/code/android/secrets/play_creds.json' to setup supply

This commit is contained in:
Amy Galles
2025-05-28 09:44:46 -07:00
parent d2ce39b42e
commit 3420efc3c3

View File

@@ -94,6 +94,8 @@ jobs:
env:
PRODUCT: ${{ inputs.product }}
run: |
bundle exec fastlane supply init
if [ "$PRODUCT" = "Password Manager" ]; then
PACKAGE_NAME="com.x8bit.bitwarden"
elif [ "$PRODUCT" = "Authenticator" ]; then