Skip to content

Commit

Permalink
testing upload to play store
Browse files Browse the repository at this point in the history
  • Loading branch information
arnk-basyskom committed Jan 16, 2024
1 parent 810d09e commit 3b8329f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,11 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: Signed app bundle
path: ${{steps.sign_aab.outputs.signedReleaseFile}}
path: ${{steps.sign_aab.outputs.signedReleaseFile}}
- uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
releaseFiles: ${{steps.sign_aab.outputs.signedReleaseFile}}
packageName: org.basyskom.opcuabrowser
track: qa
changesNotSentForReview: true

0 comments on commit 3b8329f

Please sign in to comment.