kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
test publish via github actions
rodzic
417c5fd91f
commit
8f0c5937fb
|
@ -85,12 +85,15 @@ jobs:
|
||||||
run: ./gradlew assembleRelease
|
run: ./gradlew assembleRelease
|
||||||
|
|
||||||
# - name: Upload Release to Play Store
|
# - 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:
|
# with:
|
||||||
# serviceAccountJsonPlainText: ${{ secrets.GSERVICES }}
|
# serviceAccountJsonPlainText: ${{ secrets.GSERVICES }}
|
||||||
# packageName: # TODO put your package name here
|
# packageName: com.geeksville.mesh
|
||||||
# releaseFiles: app/build/outputs/bundle/release/app-release.apk
|
# releaseFiles: app/build/outputs/bundle/release/app-release.aab
|
||||||
# track: # TODO specify track here
|
# track: internal
|
||||||
|
# whatsNewDirectory: app/src/main/play/release-notes
|
||||||
|
# mappingFile: app/build/outputs/mapping/release/mapping.txt
|
||||||
|
|
||||||
- name: Create GitHub release
|
- name: Create GitHub release
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
|
@ -124,3 +127,6 @@ jobs:
|
||||||
asset_path: app/build/outputs/apk/release/app-release.apk
|
asset_path: app/build/outputs/apk/release/app-release.apk
|
||||||
asset_name: app-release-${{ github.event.inputs.version}}.apk
|
asset_name: app-release-${{ github.event.inputs.version}}.apk
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
|
|
||||||
|
# - name: Gradle publishBundle
|
||||||
|
# run: ./gradlew publishBundle
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
../../../../../../mapbox-token.xml
|
|
|
@ -27,7 +27,7 @@ buildscript {
|
||||||
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.18'
|
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.18'
|
||||||
|
|
||||||
//classpath "app.brant:amazonappstorepublisher:0.1.0"
|
//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
|
// for unit testing https://github.com/bjoernQ/unmock-plugin
|
||||||
classpath 'com.github.bjoernq:unmockplugin:0.7.9'
|
classpath 'com.github.bjoernq:unmockplugin:0.7.9'
|
||||||
|
|
Ładowanie…
Reference in New Issue