Skip to content

Commit

Permalink
CIbuild: zip without folders
Browse files Browse the repository at this point in the history
  • Loading branch information
mlorenzati committed Jul 27, 2023
1 parent 2d49638 commit 5267d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
TAG_NAME=${GITHUB_REF#refs/tags/}
shopt -s nullglob
zip pico-rgb2hdmi-$TAG_NAME.zip *.uf2
zip -r -D pico-rgb2hdmi-$TAG_NAME.zip *
echo "zip_file=pico-rgb2hdmi-$TAG_NAME.zip" >> $GITHUB_ENV
- name: Get Release ID
Expand Down

0 comments on commit 5267d23

Please sign in to comment.