test publish via github actions

pull/481/head
andrekir 2022-09-05 18:39:49 -03:00
rodzic 417c5fd91f
commit 8f0c5937fb
3 zmienionych plików z 11 dodań i 6 usunięć

Wyświetl plik

@ -85,12 +85,15 @@ jobs:
run: ./gradlew assembleRelease
# - name: Upload Release to Play Store
# uses: r0adkll/upload-google-play@v1
# run: cp ./app/src/main/play/release-notes/en-US/production.txt ./app/src/main/play/release-notes/whatsnew-en-US.txt
# - uses: r0adkll/upload-google-play@v1
# with:
# serviceAccountJsonPlainText: ${{ secrets.GSERVICES }}
# packageName: # TODO put your package name here
# releaseFiles: app/build/outputs/bundle/release/app-release.apk
# track: # TODO specify track here
# packageName: com.geeksville.mesh
# releaseFiles: app/build/outputs/bundle/release/app-release.aab
# track: internal
# whatsNewDirectory: app/src/main/play/release-notes
# mappingFile: app/build/outputs/mapping/release/mapping.txt
- name: Create GitHub release
uses: actions/create-release@v1
@ -124,3 +127,6 @@ jobs:
asset_path: app/build/outputs/apk/release/app-release.apk
asset_name: app-release-${{ github.event.inputs.version}}.apk
asset_content_type: application/zip
# - name: Gradle publishBundle
# run: ./gradlew publishBundle

Wyświetl plik

@ -1 +0,0 @@
../../../../../../mapbox-token.xml

Wyświetl plik

@ -27,7 +27,7 @@ buildscript {
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.18'
//classpath "app.brant:amazonappstorepublisher:0.1.0"
classpath 'com.github.triplet.gradle:play-publisher:2.8.0'
classpath 'com.github.triplet.gradle:play-publisher:3.7.0'
// for unit testing https://github.com/bjoernQ/unmock-plugin
classpath 'com.github.bjoernq:unmockplugin:0.7.9'