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 8947004 commit 3608322
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/compile_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,19 @@ jobs:
- name: Rename firmware directory
run: mv firmware ${{ steps.version_name.outputs.name }}

- name: Rename firmware directory
uses: vimtor/[email protected]
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
with:
artifactErrorsFailBuild: true
skipIfReleaseExists: true
bodyFile: src/CHANGES.md
artifacts: ${{ steps.version_name.outputs.name }}
artifacts: '${{ steps.version_name.outputs.name }}.zip'
tag: ${{ steps.version_name.outputs.name }}
name: ${{ steps.version_name.outputs.name }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3608322

Please sign in to comment.