Skip to content

Commit

Permalink
ci: print keyfile file
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Oct 25, 2023
1 parent 431d390 commit 0c17c44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
npm run prebuild
chmod +x ./gradlew
keystore_file=$(realpath --relative-to="./app" "$SIGNING_KEYSTORE_FILE")
echo $keystore_file
SIGNING_KEYSTORE_FILE="$keystore_file" ./gradlew build
env:
SIGNING_KEYSTORE_PASSWORD: ${{ secrets.SIGNING_KEYSTORE_PASSWORD }}
Expand Down

0 comments on commit 0c17c44

Please sign in to comment.