Skip to content

Commit

Permalink
misc: fix artifact directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hjiangsu committed Jan 7, 2025
1 parent eccc91d commit c65094b
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 @@ -86,5 +86,5 @@ jobs:
tag: "${{ steps.generate-version-info.outputs.tag }}"
prerelease: ${{ steps.generate-version-info.outputs.prerelease }}
draft: true
artifacts: ./build/app/outputs/flutter-apk/*-release*.apk* ./build/app/outputs/flutter-apk/*-debug.apk*
artifacts: ./build/app/outputs/flutter-apk/*-release*.apk
generateReleaseNotes: true

0 comments on commit c65094b

Please sign in to comment.