From 4d1a7f8ff5e914a385f52234b2afe3ec446e4c1e Mon Sep 17 00:00:00 2001 From: Ellet Date: Sun, 19 Jan 2025 07:30:19 +0300 Subject: [PATCH] ci: remove extra white space (nit) in publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b775049c0..452a7d34a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,7 +68,7 @@ jobs: - name: Create a GitHub Release uses: ncipollo/release-action@v1 with: - artifacts: "LICENSE,./example/build/app/outputs/flutter-apk/app-release.apk " + artifacts: "LICENSE,./example/build/app/outputs/flutter-apk/app-release.apk" bodyFile: "RELEASE_NOTES.md" tag: ${{ github.ref_name }} prerelease: ${{ contains(github.ref_name, '-') }}