We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c9e5b2 commit f316397Copy full SHA for f316397
.github/workflows/publish.yml
@@ -61,14 +61,10 @@ jobs:
61
changelog_file: CHANGELOG.md
62
release_notes_file: RELEASE_NOTES.md
63
64
- - name: Build example APK for GitHub release
65
- run: flutter build apk --release --obfuscate --split-debug-info=./build/app/outputs/flutter-apk/debug-info/
66
- working-directory: ./example
67
-
68
- name: Create a GitHub Release
69
uses: ncipollo/release-action@v1
70
with:
71
- artifacts: "LICENSE,./example/build/app/outputs/flutter-apk/app-release.apk"
+ artifacts: "LICENSE"
72
bodyFile: "RELEASE_NOTES.md"
73
tag: ${{ github.ref_name }}
74
prerelease: ${{ contains(github.ref_name, '-') }}
0 commit comments