Compare commits

..

No commits in common. "952f4f93e0ab6e550fcb6aa9bc001da8da3d1229" and "57b366153a32794c029a69edde2bb759ef18667f" have entirely different histories.

View file

@ -4,8 +4,7 @@ on:
jobs:
publish:
runs-on: docker
container: ghcr.io/catthehacker/ubuntu:full-latest
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
@ -15,16 +14,15 @@ jobs:
uses: actions/checkout@v4
- name: Download Signed AAB
uses: https://github.com/dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v2
with:
workflow: main.yml
workflow_conclusion: success
name: signed-aab
path: ./release
- name: Download Debug Symbols
uses: download-artifact@v3
uses: dawidd6/action-download-artifact@v2
with:
workflow: main.yml
workflow_conclusion: success
@ -37,19 +35,19 @@ jobs:
cp whatsnew.txt ./release/whatsnew/whatsnew-en-US
- name: List Downloaded Files
run: ls -laR ./release
run: ls -l ./release/symbols
# - name: Create service_account.json
# run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > service_account.json
#
# - name: Deploy to Google Play
# uses: https://github.com/r0adkll/upload-google-play@v1
# with:
# serviceAccountJson: service_account.json
# packageName: org.askartv.tv
# releaseFiles: "./release/*.aab"
# debugSymbols: "./release/symbols"
# track: production
# status: completed
# whatsNewDirectory: ./release/whatsnew
- name: Create service_account.json
run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > service_account.json
- name: Deploy to Google Play
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJson: service_account.json
packageName: org.askartv.tv
releaseFiles: "./release/*.aab"
debugSymbols: "./release/symbols"
track: production
status: completed
whatsNewDirectory: ./release/whatsnew