Skip to content

Commit 38e9f04

Browse files
committed
fix publish.yml
1 parent 2ae3b0b commit 38e9f04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Release
3737
uses: softprops/action-gh-release@v1
3838
with:
39-
files:
40-
- build/splork.uf2
41-
- build/splork.bin
42-
- build/splork_offset.json
39+
files: |
40+
build/splork.uf2
41+
build/splork.bin
42+
build/splork_offset.json

0 commit comments

Comments
 (0)