Skip to content

Commit

Permalink
fix uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Jul 16, 2024
1 parent 29be1ce commit c3d6ea9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,11 @@ jobs: #here we specify the jobs - We could have multiple jobs
name: waves-android
path: build/app/outputs/bundle/release/app-release.aab

- name: Create service_account.json
id: createServiceAccount
run: echo "${{ secrets.CREDENTIAL_FILE_CONTENT }}" > service_account.json

- name: Deploy to Play Store (BETA)
id: deploy
uses: r0adkll/upload-google-play@v1
uses: r0adkll/upload-google-play@v3
with:
serviceAccountJson: service_account.json
serviceAccountJsonPlainText: ${{ secrets.CREDENTIAL_FILE_CONTENT }}
packageName: com.ecency.waves
releaseFiles: "build/app/outputs/bundle/release/app-release.aab"
track: internal
Expand Down
2 changes: 1 addition & 1 deletion ios/Runner/ExportOptions.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>manageAppVersionAndBuildNumber</key>
<true/>
<key>method</key>
<string>app-store-connect</string>
<string>app-store</string>
<key>provisioningProfiles</key>
<dict>
<key>com.ecency.waves</key>
Expand Down

0 comments on commit c3d6ea9

Please sign in to comment.