This commit is contained in:
nomadics9 2024-12-16 05:59:48 +03:00
parent b5b96a092d
commit 7dc88c8081

View file

@ -36,15 +36,13 @@ jobs:
- name: List Downloaded Files
run: ls -l ./release
- name: Debug Service Account JSON
run: |
echo "Checking Service Account JSON..."
echo "${{ secrets.SERVICE_ACCOUNT_JSON }}" | head -c 50
- 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.1.3
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
serviceAccountJson: service_account.json
packageName: "org.askartv.tv"
releaseFiles: "./release/*.aab"
debugSymbols: "./release/symbols"