mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 14:48:41 +00:00
updating key alias
This commit is contained in:
parent
31e1c26022
commit
f82a95a3a8
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release_github.yml
vendored
6
.github/workflows/release_github.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
workflow_dispatch: {}
|
||||
push:
|
||||
branches:
|
||||
- main_disabled
|
||||
- main
|
||||
# paths:
|
||||
# - lib/**
|
||||
# - pubspec.lock
|
||||
|
|
@ -34,8 +34,8 @@ jobs:
|
|||
- name: Create key.properties file
|
||||
run: |
|
||||
echo "storePassword=${{ secrets.STORE_PASSWORD }}" >> ./android/key.properties
|
||||
echo "keyPassword=${{ secrets.STORE_PASSWORD }}" >> ./android/key.properties
|
||||
echo "keyAlias=androidreleasekey" >> key.properties
|
||||
echo "keyPassword=${{ secrets.KEY_PASSWORD }}" >> ./android/key.properties
|
||||
echo "keyAlias=github-releases-signature" >> ./android/key.properties
|
||||
echo "storeFile=./keystore.jks" >> ./android/key.properties
|
||||
|
||||
- name: Create keystore file
|
||||
|
|
|
|||
Loading…
Reference in a new issue