Skip to content

Commit

Permalink
ci: renamed boxzer-out to microzig-packaged
Browse files Browse the repository at this point in the history
  • Loading branch information
EliSauder committed Dec 28, 2024
1 parent 85be020 commit cfb0f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Create Microzig Tarball
run: |
tar -czf boxzer-out.tar.gz -C boxzer-out .
tar -czf microzig-packaged.tar.gz -C boxzer-out .
- name: Create regz Tarballs
run: |
Expand All @@ -61,4 +61,4 @@ jobs:
artifactErrorsFailBuild: true
draft: true
generateReleaseNotes: true
artifacts: boxzer-out.tar.gz,zig-out/regz*.tar.gz,zig-out/uf2*.tar.gz
artifacts: microzig-packaged.tar.gz,zig-out/regz*.tar.gz,zig-out/uf2*.tar.gz

0 comments on commit cfb0f6f

Please sign in to comment.