Skip to content

Commit

Permalink
correct release asset
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Feb 5, 2021
1 parent 449bcc2 commit 56b319d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -81,7 +81,7 @@ jobs:
if: ${{ github.event_name == 'release' }}
run: |
cd _bin/
zip r ../${{ matrix.family }}-tinyusb-${{ github.event.release.tag_name }}-examples.zip *
zip -r ../${{ matrix.family }}-tinyusb-${{ github.event.release.tag_name }}-examples.zip *
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 56b319d

Please sign in to comment.