0.2.64 update
This commit is contained in:
@@ -57,6 +57,14 @@ jobs:
|
||||
./gradlew --console=plain testDebugUnitTest assembleRelease \
|
||||
-Pmemby.versionName="$VERSION"
|
||||
|
||||
- name: Verify signed APK
|
||||
shell: bash
|
||||
run: |
|
||||
"$ANDROID_HOME/build-tools/35.0.0/apksigner" verify --verbose --print-certs \
|
||||
app/build/outputs/apk/release/app-release.apk
|
||||
echo "APK_SHA256=$(sha256sum app/build/outputs/apk/release/app-release.apk | awk '{print $1}')" \
|
||||
>> "$GITEA_ENV"
|
||||
|
||||
- name: Publish to Memby gateway
|
||||
shell: bash
|
||||
env:
|
||||
@@ -67,6 +75,7 @@ jobs:
|
||||
-X POST \
|
||||
-H "Authorization: Bearer $RELEASE_TOKEN" \
|
||||
-F "version=$VERSION" \
|
||||
-F "sha256=$APK_SHA256" \
|
||||
-F "notes=$NOTES" \
|
||||
-F "apk=@app/build/outputs/apk/release/app-release.apk;type=application/vnd.android.package-archive" \
|
||||
https://mserver.sublogue.com/admin/api/release
|
||||
|
||||
Reference in New Issue
Block a user