Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
build: fix typo in deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
d-Rickyy-b committed Jun 15, 2021
1 parent 0b03845 commit f9b0ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ steps.sign_app.outputs.signedReleaseFile }}
file: ${{ steps.sign_apk.outputs.signedReleaseFile }}
tag: ${{ github.ref }}

- name: Upload bundle to release
Expand Down

0 comments on commit f9b0ead

Please sign in to comment.