Skip to content

Commit f0ebfd0

Browse files
authored
Merge pull request #648 from adafruit/fix-release-task-extract-assets
Update release task to use nested build-files assets
2 parents 800a87e + 9844ee3 commit f0ebfd0

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)