Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nep-Timeline authored Jul 30, 2023
1 parent 6505532 commit ebcf370
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,7 @@ jobs:
if-no-files-found: warn

- name: Build Release with Gradle
run: |
echo ${{ secrets.SIGN_KEYSTORE_BASE64 }} | base64 -d > keystore.jks
./gradlew :app:assembleRelease
env:
KEYSTORE_PATH: "../keystore.jks"
KEYSTORE_PASSWORD: ${{ secrets.SIGN_KEYSTORE_PASSWORD }}
KEY_ALIAS: ${{ secrets.SIGN_KEY_ALIAS }}
KEY_PASSWORD: ${{ secrets.SIGN_KEY_PASSWORD }}
run: ./gradlew :app:assembleRelease

- name: Upload Release APK
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit ebcf370

Please sign in to comment.