mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-28 17:56:21 +02:00
0.8.83 release
This commit is contained in:
parent
360832254f
commit
5ebfe5a8fb
1 changed files with 3 additions and 3 deletions
6
.github/workflows/compile_release.yml
vendored
6
.github/workflows/compile_release.yml
vendored
|
@ -122,9 +122,9 @@ jobs:
|
||||||
|
|
||||||
- name: Rename firmware directory
|
- name: Rename firmware directory
|
||||||
uses: vimtor/action-zip@v1.2
|
uses: vimtor/action-zip@v1.2
|
||||||
with:
|
with:
|
||||||
files: ${{ steps.version_name.outputs.name }} manual/User_Manual.md manual/Getting_Started.md
|
files: ${{ steps.version_name.outputs.name }} manual/User_Manual.md manual/Getting_Started.md
|
||||||
dest: '${{ steps.version_name.outputs.name }}.zip'
|
dest: '${{ steps.version_name.outputs.name }}.zip'
|
||||||
|
|
||||||
- name: Publish Release
|
- name: Publish Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
|
|
Loading…
Add table
Reference in a new issue