We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34857ff commit 4d1a7f8Copy full SHA for 4d1a7f8
.github/workflows/publish.yml
@@ -68,7 +68,7 @@ jobs:
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,./example/build/app/outputs/flutter-apk/app-release.apk"
72
bodyFile: "RELEASE_NOTES.md"
73
tag: ${{ github.ref_name }}
74
prerelease: ${{ contains(github.ref_name, '-') }}
0 commit comments