Skip to content

Commit

Permalink
Fix zip
Browse files Browse the repository at this point in the history
  • Loading branch information
gfurtadoalmeida committed Dec 22, 2023
1 parent 662e729 commit 4e25062
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:

- name: Create Zip
shell: bash
run: zip -r ${{env.ZIP_NAME}} 'components/esp32_driver_mcp320x/'
run: |
cd components
zip -r ../${{env.ZIP_NAME}} esp32_driver_mcp320x
- name: Publish
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 4e25062

Please sign in to comment.