Skip to content

Commit 070721f

Browse files
committed
fix: github action
1 parent 7c85803 commit 070721f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ jobs:
4545
4646
# Signing
4747
- name: Decode keystore
48-
run: echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > app/blockads-release.jks
48+
run: echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > app/aneko-release.jks
4949

5050
- name: Create key.properties
5151
run: |
5252
cat > key.properties <<EOF
53-
storeFile=blockads-release.jks
53+
storeFile=aneko-release.jks
5454
storePassword=${{ secrets.STORE_PASSWORD }}
5555
keyAlias=${{ secrets.KEY_ALIAS }}
5656
keyPassword=${{ secrets.KEY_PASSWORD }}
5757
EOF
5858
5959
- name: Decode Play Store key
60-
run: echo "${{ secrets.PLAY_STORE_KEY_BASE64 }}" | base64 --decode > fastlane/play-store-key.json
60+
run: echo "${{ secrets.PLAY_STORE_CONFIG_JSON }}" | base64 --decode > fastlane/play-store-key.json
6161

6262
# Build & Deploy
6363
- name: Grant execute permission

0 commit comments

Comments
 (0)