Skip to content

Commit 9844ee3

Browse files
authored
Update release task to use nested build-files assets
1 parent 13cd5b0 commit 9844ee3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-callee.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
if: startsWith(github.ref, 'refs/tags/')
2323
with:
2424
files: |
25-
wippersnapper.*.uf2
26-
wippersnapper.*.bin
27-
wippersnapper.*.zip
25+
build-files/wippersnapper.*.uf2
26+
build-files/wippersnapper.*.bin
27+
build-files/wippersnapper.*.zip

0 commit comments

Comments
 (0)