Skip to content

Commit

Permalink
Merge pull request #42 from joelkanyi/develop
Browse files Browse the repository at this point in the history
remove artifact creation step
  • Loading branch information
joelkanyi authored Jan 17, 2024
2 parents 577d387 + 844bb9d commit a3ed557
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}

- name: Upload a Build Artifact (APK)
uses: actions/[email protected]
with:
name: app
path: app/build/outputs/bundle/release/app-release.aab

- name: Create service_account.json
id: createServiceAccount
run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > service_account.json
Expand Down

0 comments on commit a3ed557

Please sign in to comment.