Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Remove unnecessary steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmarmalade committed Sep 12, 2022
1 parent aea1cec commit b9e94a2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,8 @@ jobs:
KEY_PROPERTIES: ${{ secrets.KEY_PROPERTIES }}
run: |
# import keystore from secrets
ls -all
echo $KEYSTORE_BASE64 | base64 -di > android/app/key.jks
echo $KEY_PROPERTIES | base64 -di > android/key.properties
- name: list files
run: |
ls -all
ls -all android
- name: Build
run: |
Expand Down

0 comments on commit b9e94a2

Please sign in to comment.