Skip to content

Commit 1a45326

Browse files
committed
path
1 parent 4d347eb commit 1a45326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-play-store.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Decode service account key
5454
env:
5555
PLAY_STORE_CONFIG_JSON: ${{ secrets.PLAY_STORE_CONFIG_JSON }}
56-
run: echo $PLAY_STORE_CONFIG_JSON > fastlane/play-store-config.json
56+
run: echo $PLAY_STORE_CONFIG_JSON > play-store-config.json
5757

5858
- name: Deploy to Play Store
5959
run: fastlane deploy

0 commit comments

Comments
 (0)