Skip to content

Commit fd44023

Browse files
committed
minoir fix (try to deploy android)
1 parent eb8fd7a commit fd44023

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/deploy.yaml

+1-7
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@ jobs:
8181
PLAY_STORE_CONFIG_JSON: ${{ secrets.PLAY_STORE_CONFIG_JSON }}
8282
working-directory: android
8383

84-
85-
- name: Use PLAYSTORE_CREDENTIALS
86-
run: echo $PLAYSTORE_CREDENTIALS
87-
env:
88-
PLAYSTORE_CREDENTIALS: ${{ env.PLAYSTORE_CREDENTIALS }}
89-
9084
- run: flutter_distributor release --name dev
9185
env:
92-
PLAYSTORE_CREDENTIALS: ${{ env.PLAYSTORE_CREDENTIALS }}
86+
PLAYSTORE_CREDENTIALS: "android/app/playstore_cer.json"

0 commit comments

Comments
 (0)