Skip to content

Commit

Permalink
Merge pull request #648 from adafruit/fix-release-task-extract-assets
Browse files Browse the repository at this point in the history
Update release task to use nested build-files assets
  • Loading branch information
brentru authored Oct 22, 2024
2 parents 800a87e + 9844ee3 commit f0ebfd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-callee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
wippersnapper.*.uf2
wippersnapper.*.bin
wippersnapper.*.zip
build-files/wippersnapper.*.uf2
build-files/wippersnapper.*.bin
build-files/wippersnapper.*.zip

0 comments on commit f0ebfd0

Please sign in to comment.