File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ jobs:
5858 run : |
5959 ESCAPED=$(python3 -c 'import json,os,urllib.parse; print(urllib.parse.quote(json.dumps(os.environ["COMMIT_MESSAGE"])))')
6060 curl -v "https://api.telegram.org/bot${BOT_TOKEN}/sendMediaGroup?chat_id=${CHANNEL_ID}&media=%5B%7B%22type%22%3A%22document%22%2C%20%22media%22%3A%22attach%3A%2F%2FmarketRelease%22%2C%22parse_mode%22%3A%22MarkdownV2%22%2C%22caption%22:${ESCAPED}%7D%5D" -F marketRelease="@$APK_NAME"
61- # - name: Upload Android Release to Play Store
62- # uses: r0adkll/upload-google-play@v1.1.3
63- # with:
64- # serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
65- # packageName: "example.com "
66- # releaseFiles: 'app-release.aab'
67- # track: production
68- # mappingFile: 'mapping.txt'
61+ - name : Upload Android Release to Play Store
62+ uses : r0adkll/upload-google-play@v1.1.3
63+ with :
64+ serviceAccountJsonPlainText : ${{ secrets.SERVICE_ACCOUNT_JSON }}
65+ packageName : " me.rosuh.sieve "
66+ releaseFiles : ' app-release.aab'
67+ track : production
68+ mappingFile : ' mapping.txt'
Original file line number Diff line number Diff line change @@ -37,4 +37,4 @@ android.nonTransitiveRClass=true
3737
3838majorVersion =0
3939minorVersion =0
40- patchVersion =24
40+ patchVersion =25
You can’t perform that action at this time.
0 commit comments