Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
doljko committed Feb 19, 2024
1 parent 90cf650 commit de61b01
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/keystore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,10 @@ jobs:
with:
ruby-version: '2.7.4'

- name: Upload AAB
id: uploadArtifact
uses: actions/upload-artifact@v1
with:
name: app
path: android/app/build/outputs/bundle/release/app-release.aab


- name: Deploy to Internal
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJson: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_JSON }}
packageName: ${{ secrets.APP_IDENTIFIER }}
releaseFiles: android/app/build/outputs/bundle/release/app-release.aab
track: beta
whatsNewDirectory: whatsnew/
track: beta

0 comments on commit de61b01

Please sign in to comment.