Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
jclark118 authored Oct 31, 2023
1 parent 3ad49b4 commit c76cf3c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,8 @@ jobs:
-PKEY_ALIAS=${{ secrets.ALIAS }} \
-PKEY_PASSWORD=${{ secrets.KEY_PASSWORD }} \
-PRELEASE_MAPS_MAPCACHE_API_KEY=${{ secrets.RELEASE_MAPS_MAPCACHE_API_KEY }}
# Show information about the APK's signing certificates
- name: Verify Signature
run: $ANDROID_SDK_ROOT/build-tools/33.0.1/apksigner verify --print-certs mapcache/build/outputs/apk/release/mapcache.apk

# - name: Sign APK
# uses: noriban/sign-android-release@v4
# with:
# releaseDirectory: mapcache/build/outputs/apk/release
# signingKeyBase64: ${{ secrets.SIGNING_KEY }}
# alias: ${{ secrets.ALIAS }}
# keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
# keyPassword: ${{ secrets.KEY_PASSWORD }}
# - name: Copy Release Artifacts
# run: |
# mkdir mapcache/build/release
# cp mapcache/build/outputs/apk/release/mapcache-*-signed.apk "mapcache/build/release/mapcache-$(./gradlew mapcache:androidAppVersion | grep versionName | sed 's/^.*@//').apk"
- name: List files in the repository
run: |
ls -R ${{ github.workspace }}
Expand Down

0 comments on commit c76cf3c

Please sign in to comment.