Skip to content

Commit

Permalink
Change status in the play store to "inProgress" and add userFraction
Browse files Browse the repository at this point in the history
  • Loading branch information
arnk-basyskom committed Jan 18, 2024
1 parent d233ad4 commit 5c36b98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
QTOPCUA_BUILD_ARGS: "-DFEATURE_open62541_security:BOOL=ON -DFEATURE_gds:BOOL=ON -DCMAKE_BUILD_TYPE=Release"
QT_PATH: "/opt/Qt/6.6.1"
SSL_PATH: "dependencies/android_openssl/ssl_3"
ANDROID_VERSION_CODE: "3"
ANDROID_VERSION_CODE: "4"
ANDROID_VERSION_NAME: "1.0.0"
steps:
- name: Checkout repository
Expand Down Expand Up @@ -113,4 +113,5 @@ jobs:
releaseFiles: ${{steps.sign_aab.outputs.signedReleaseFile}}
packageName: com.basyskom.opcua.app
track: internal
status: draft
status: inProgress
userFraction: 1.0

0 comments on commit 5c36b98

Please sign in to comment.