Skip to content

Commit

Permalink
fix(ci): incorrect uf2 artifact source path
Browse files Browse the repository at this point in the history
  • Loading branch information
EliSauder committed Dec 28, 2024
1 parent b47bbaf commit 85be020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
artifactErrorsFailBuild: true
draft: true
generateReleaseNotes: true
artifacts: boxzer-out.tar.gz,zig-out/regz*.tar.gz,uf2*.tar.gz
artifacts: boxzer-out.tar.gz,zig-out/regz*.tar.gz,zig-out/uf2*.tar.gz

0 comments on commit 85be020

Please sign in to comment.