Skip to content

Commit 9557c1b

Browse files
committed
build: fix newline at end of file in build_util.yml
Ensure the update-tinyuf2 file path is correctly formatted by adding a newline at the end of the file. Signed-off-by: ChihoSin [email protected]
1 parent fedb17e commit 9557c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_util.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ jobs:
9393
with:
9494
files: |
9595
tinyuf2-${{ matrix.board }}-*.zip
96-
update-tinyuf2-${{ matrix.board }}-${{ github.event.release.tag_name }}.uf2
96+
update-tinyuf2-${{ matrix.board }}-${{ github.event.release.tag_name }}.uf2

0 commit comments

Comments
 (0)