Skip to content

Commit

Permalink
fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyESP committed Nov 29, 2024
1 parent ed299b8 commit 11b079b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
ENCODED_STRING: ${{ secrets.SIGNING_KEY_STORE_BASE64 }}
SIGNING_KEY_STORE_PATH: ${{ secrets.SIGNING_KEY_STORE_PATH }}
run: |
base64 -d <<< $ENCODED_STRING > "$SIGNING_KEY_STORE_PATH"
echo "RELEASE_STORE_FILE=$(realpath $SIGNING_KEY_STORE_PATH)" >> $GITHUB_ENV
base64 -d <<< $ENCODED_STRING > ./keystore.jks
echo "RELEASE_STORE_FILE=$(realpath ./keystore.jks)" >> $GITHUB_ENV
- name: Build with Gradle
env:
Expand Down

0 comments on commit 11b079b

Please sign in to comment.