Skip to content

Commit

Permalink
Fix build action tag
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodoering committed Jul 17, 2022
1 parent da401c4 commit 932d0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Upload .apks to artifacts
uses: svenstaro/upload-release-action@v2
with:
tag: ${{ github.release.tag_name }}
tag: ${{ github.event.release.tag_name }}
asset_name: "app bundle"
overwrite: true
file_glob: true
Expand Down

0 comments on commit 932d0f6

Please sign in to comment.