Skip to content

Commit

Permalink
build: fix keystore path
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-andrew committed Jan 3, 2025
1 parent 2cf6f9c commit b1e366c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
env:
KEYSTORE_FILE_BASE64: ${{ secrets.KEYSTORE_FILE_BASE64 }}
run: |
echo "$KEYSTORE_FILE_BASE64" | base64 -d > $GITHUB_WORKSPACE/ryan-andrew.jks
echo "$KEYSTORE_FILE_BASE64" | base64 -d > $GITHUB_WORKSPACE/app/ryan-andrew.jks
- name: Decrypt signing properties
env:
Expand All @@ -63,7 +63,7 @@ jobs:

- name: Clean up sensitive files
run: |
rm -f $GITHUB_WORKSPACE/signing.properties
rm -f $GITHUB_WORKSPACE/app/signing.properties
rm -f $GITHUB_WORKSPACE/ryan-andrew.jks
- name: Upload Release Artifact
Expand Down

0 comments on commit b1e366c

Please sign in to comment.