Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
updating signing action version
  • Loading branch information
jclark118 authored Oct 25, 2023
1 parent 275014b commit ec801fc
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: Tlaster/android-sign@v1
uses: Tlaster/android-sign@v1.2.2
with:
releaseDirectory: mapcache/build/outputs/apk/release
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
Expand Down

0 comments on commit ec801fc

Please sign in to comment.