Skip to content

Commit

Permalink
ci: remove extra white space (nit) in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Jan 19, 2025
1 parent 34857ff commit 4d1a7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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, '-') }}
Expand Down

0 comments on commit 4d1a7f8

Please sign in to comment.