Skip to content

Commit

Permalink
Merge pull request #25 from arafaysaleem/hotfix/fix-release-CI
Browse files Browse the repository at this point in the history
ci(Actions): fix artifact logging
  • Loading branch information
arafaysaleem authored Jun 8, 2021
2 parents 93b84bb + a04af17 commit bb65364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR-merge-build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Log downloaded artifacts
run: |
ls android
cat android/keystore.properties
cat android/key.properties
- uses: actions/setup-java@v1
with:
java-version: '12.x'
Expand Down

0 comments on commit bb65364

Please sign in to comment.