mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-06-02 19:42:12 +00:00
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run
8 lines
413 B
Text
8 lines
413 B
Text
# Example signing credentials configuration for GitHub Releases.
|
|
# Copy this file to 'key.github.properties' and fill in your actual credentials.
|
|
# Do not commit the actual 'key.github.properties' file to version control.
|
|
|
|
storePassword=YOUR_GITHUB_RELEASE_STORE_PASSWORD
|
|
keyPassword=YOUR_GITHUB_RELEASE_KEY_PASSWORD
|
|
keyAlias=github-releases-signature
|
|
storeFile=/absolute/path/to/your/github-release-keystore.jks
|