Skip to content

Commit

Permalink
Fixed: keystore location
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Oct 17, 2023
1 parent c296e7b commit fdbd81f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup JAVA 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: "temurin"
java-version: 17

- name: Cache Gradle and wrapper
Expand All @@ -35,11 +35,11 @@ jobs:
run: |
sed -i "s/versionName.*/versionName \"${GITHUB_REF_NAME#v}\"/" app/build.gradle
#1
#1
- name: Decode Keystore
env:
ENCODED_STRING: ${{ secrets.SIGNING_KEY_STORE_BASE64 }}
SIGNING_KEY_STORE_PATH: keystore.jks
SIGNING_KEY_STORE_PATH: app/keystore.jks

run: |
echo $ENCODED_STRING > keystore-b64.txt
Expand Down Expand Up @@ -77,4 +77,4 @@ jobs:
prerelease: true
files: |
app/build/outputs/apk/release/app-release.apk
app/build/outputs/bundle/release/app-release.aab
app/build/outputs/bundle/release/app-release.aab

0 comments on commit fdbd81f

Please sign in to comment.