From f9b0ead7c1cd413dcd305a9ad43f684efaf24b6d Mon Sep 17 00:00:00 2001 From: Rico Date: Wed, 16 Jun 2021 00:42:11 +0200 Subject: [PATCH] build: fix typo in deploy action --- .github/workflows/deploy_app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_app.yml b/.github/workflows/deploy_app.yml index 1ea39088..73a1277d 100644 --- a/.github/workflows/deploy_app.yml +++ b/.github/workflows/deploy_app.yml @@ -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