Skip to content

Instantly share code, notes, and snippets.

@victory316
Last active October 16, 2023 13:53
Show Gist options
  • Save victory316/d036f19e1807dfa567aa6a38a78ecd47 to your computer and use it in GitHub Desktop.
Save victory316/d036f19e1807dfa567aa6a38a78ecd47 to your computer and use it in GitHub Desktop.
Keystore decode to use in fastlane
- name: Decode Keystore File
uses: timheuer/base64-to-file@v1
id: android_keystore
with:
fileName: "android_keystore.keystore"
encodedString: ${{ secrets.RELEASE_KEY_APK }}
- run: fastlane publishProdRelease
env:
KEYSTORE_FILE : ${{ steps.android_keystore.outputs.filePath }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment