Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
try fork of r0adkill signing
  • Loading branch information
jclark118 authored Oct 26, 2023
1 parent 3a1a121 commit 63fd17d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
- name: Build with Gradle
run: ./gradlew assembleRelease -PRELEASE_MAPS_MAPCACHE_API_KEY=${{ secrets.RELEASE_MAPS_MAPCACHE_API_KEY }}
- name: Sign APK
uses: Tlaster/android-[email protected]
uses: noriban/sign-android-release@v3
with:
releaseDirectory: |
mapcache/build/outputs/apk/release
releaseDirectory: mapcache/build/outputs/apk/release
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
output: build/release/signed
alias: ${{ secrets.ALIAS }}
Expand Down

0 comments on commit 63fd17d

Please sign in to comment.