Skip to content

Commit 4d1a7f8

Browse files
committed
ci: remove extra white space (nit) in publish.yml
1 parent 34857ff commit 4d1a7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Create a GitHub Release
6969
uses: ncipollo/release-action@v1
7070
with:
71-
artifacts: "LICENSE,./example/build/app/outputs/flutter-apk/app-release.apk "
71+
artifacts: "LICENSE,./example/build/app/outputs/flutter-apk/app-release.apk"
7272
bodyFile: "RELEASE_NOTES.md"
7373
tag: ${{ github.ref_name }}
7474
prerelease: ${{ contains(github.ref_name, '-') }}

0 commit comments

Comments
 (0)