Skip to content

Commit

Permalink
ci(Actions): fix artifact logging
Browse files Browse the repository at this point in the history
Signed-off-by: arafaysaleem <a.rafaysaleem@gmail.com>
  • Loading branch information
arafaysaleem committed Jun 8, 2021
1 parent 3923e45 commit a04af17
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 a04af17

Please sign in to comment.