Skip to content

Commit

Permalink
add build output file
Browse files Browse the repository at this point in the history
  • Loading branch information
RedyAu committed Oct 25, 2024
1 parent a626bef commit b694cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file:
file: build/app/outputs/flutter-apk/app-profile.apk
asset_name: lyric_test_${{ github.event.release.tag_name }}.apk
tag: ${{ github.ref }}

0 comments on commit b694cb9

Please sign in to comment.