Skip to content

Commit

Permalink
chore: learning GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Dec 28, 2023
1 parent fee4362 commit c3e3c87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:
echo keyAlias=\${{secrets.PLAY_KEY_ALIAS}} >> ${{env.PROPERTIES_PATH}}
echo storeFile=\${{env.STORE_PATH}} >> ${{env.PROPERTIES_PATH}}
echo "${{env.BASE64_STORE}}" | base64 --decode > ${{env.STORE_PATH}}
echo "storePath: $STORE_PATH"
ls -la ${{env.STORE_PATH}}
echo "propertiesPath: $PROPERTIES_PATH / ${{env.PROPERTIES_PATH}}}"
cat ${{env.PROPERTIES_PATH}}
echo "Size of PW: ${#KEY_PASSWORD} ${#${{secrets.PLAY_UPLOAD_KEY_PASSWORD}}}"
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
Expand Down

0 comments on commit c3e3c87

Please sign in to comment.