Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Flisar authored and Michael Flisar committed Nov 2, 2023
1 parent 466238f commit 352ac82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ env.main_project_module }}/build/outputs/apk/release/${{ env.apk_name_unsigned_release }}.apk
file: ${{ env.main_project_module }}/build/outputs/apk/release/${{ env.apk_name_unsigned_release }}
asset_name: demo-$tag.apk
tag: ${{ github.ref }}
#overwrite: true
Expand Down

0 comments on commit 352ac82

Please sign in to comment.