Skip to content

Commit

Permalink
Fix upload-artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
boswelja authored Jul 29, 2021
1 parent 77522e1 commit fa77cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beta-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/upload-artifact@v2.2.4
with:
name: app-release.aab
path: ${{ steps.sign-mobile-release.outputs.signedReleaseFile }}
path: ${{ steps.sign-release.outputs.signedReleaseFile }}

upload:
name: Upload to Google Play & Create Release
Expand Down

0 comments on commit fa77cb7

Please sign in to comment.