We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9428bf0 commit 7e69ba3Copy full SHA for 7e69ba3
.github/workflows/build.yml
@@ -13,8 +13,9 @@ jobs:
13
- name: set up JDK 17
14
uses: actions/setup-java@v3
15
with:
16
+ distribution: 'temurin'
17
java-version: 17
- distribution: 'adopt'
18
+ cache: 'gradle'
19
- name: Setup Keystore
20
run: |
21
echo "${{ secrets.SIGNING_KEY }}" > release.b64
@@ -46,7 +47,7 @@ jobs:
46
47
result-path: 'mapcache/build/reports/lint-results-debug.xml'
48
fail-on-warning: false
49
- name: Verify Signature
- run: $ANDROID_SDK_ROOT/build-tools/33.0.1/apksigner verify --print-certs mapcache/build/outputs/apk/release/mapcache.apk
50
+ run: $ANDROID_SDK_ROOT/build-tools/34.0.0/apksigner verify --print-certs mapcache/build/outputs/apk/release/mapcache.apk
51
- name: List files in the repository
52
53
ls -R ${{ github.workspace }}
0 commit comments