Skip to content

Commit

Permalink
0.8.83 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lumapu committed Feb 17, 2024
1 parent 3608322 commit 5ebfe5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ jobs:

- name: Rename firmware directory
uses: vimtor/action-zip@v1.2
with:
files: ${{ steps.version_name.outputs.name }} manual/User_Manual.md manual/Getting_Started.md
dest: '${{ steps.version_name.outputs.name }}.zip'
with:
files: ${{ steps.version_name.outputs.name }} manual/User_Manual.md manual/Getting_Started.md
dest: '${{ steps.version_name.outputs.name }}.zip'

- name: Publish Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 5ebfe5a

Please sign in to comment.