Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 887722a

Browse files
committed
Added missing backslash
Signed-off-by: DeathsGun <deathsgun@protonmail.com>
1 parent 9759787 commit 887722a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: |
8787
gh release create v${{ needs.build.outputs.version }} \
8888
--draft \
89-
--target "${{ needs.build.outputs.target }}"
89+
--target "${{ needs.build.outputs.target }}" \
9090
--title "v${{ needs.build.outputs.version }}" \
9191
--notes "$(cat << 'EOM'
9292
${{ needs.build.outputs.changelog }}

0 commit comments

Comments
 (0)