Skip to content

Commit

Permalink
Update build_release_apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nulldrf authored Mar 2, 2025
1 parent c77cf02 commit 04bc2a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_release_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
with:
distribution: 'zulu'
java-version: 21
- uses: gradle/actions/setup-gradle@v4
with:
gradle-home-cache-cleanup: true
- name: Write sign info
run: |
echo "${{ secrets.KEYSTORE }}" | base64 -d > ${{ github.workspace }}/key.jks
Expand Down

0 comments on commit 04bc2a8

Please sign in to comment.