Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Try switching to new app signing action
  • Loading branch information
jclark118 authored Oct 25, 2023
1 parent 4a5eaa6 commit 9e0af31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew assembleRelease -PRELEASE_MAPS_MAPCACHE_API_KEY=${{ secrets.RELEASE_MAPS_MAPCACHE_API_KEY }}
- name: Sign APK
uses: r0adkll/sign-android-release@v1
uses: Tlaster/android-sign@v1
with:
releaseDirectory: mapcache/build/outputs/apk/release
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
Expand Down

0 comments on commit 9e0af31

Please sign in to comment.