Skip to content

Commit

Permalink
patch: utilizar AuthKey codificada en base64
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Solis <[email protected]>
  • Loading branch information
Im-Fran committed May 31, 2024
1 parent 2e2fa32 commit ed4717e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
chmod 644 android/keystores/key*
echo $APP_STORE_CONNECT_AUTHKEY > ios/fastlane/AuthKey.p8
echo $APP_STORE_CONNECT_AUTHKEY | base64 --decode > ios/fastlane/AuthKey.p8
echo $GOOGLE_SERVICE_INFO_PLIST > ios/Runner/GoogleService-Info.plist
- name: Publicar Beta
uses: maierj/[email protected]
Expand Down

0 comments on commit ed4717e

Please sign in to comment.