Workflows: publish enabled

This commit is contained in:
nomadics9 2025-01-06 03:12:57 +03:00
parent 85367fdd15
commit 5337e477b7

View file

@ -1,4 +1,4 @@
name: Publish AlaskarTV name: Publish to Google Play
on: on:
workflow_dispatch: workflow_dispatch:
@ -39,17 +39,17 @@ jobs:
ls -laR ./release ls -laR ./release
# - name: Create service_account.json - name: Create service_account.json
# run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > service_account.json run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > service_account.json
#
# - name: Deploy to Google Play - name: Deploy to Google Play
# uses: https://github.com/r0adkll/upload-google-play@v1 uses: https://github.com/r0adkll/upload-google-play@v1
# with: with:
# serviceAccountJson: service_account.json serviceAccountJson: service_account.json
# packageName: org.askartv.tv packageName: org.askartv.tv
# releaseFiles: "./release/*.aab" releaseFiles: "./release/*.aab"
# debugSymbols: "./release/symbols" debugSymbols: "./release/symbols"
# track: production track: production
# status: completed status: completed
# whatsNewDirectory: ./release/whatsnew whatsNewDirectory: ./release/whatsnew