mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 05:15:21 +03:00
Fix build release
This commit is contained in:
parent
7a0a14f49b
commit
cd0e47d366
1 changed files with 1 additions and 2 deletions
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
|
@ -41,8 +41,7 @@ jobs:
|
||||||
id: notes
|
id: notes
|
||||||
run: |
|
run: |
|
||||||
set -- release-assets/Betaflight-Configurator-Debug-*
|
set -- release-assets/Betaflight-Configurator-Debug-*
|
||||||
echo "::set-output name=notes::$(test -e "$1" && echo '${{ env.debug_release_notes }}' || echo '${{ env.release_n
|
echo "::set-output name=notes::$(test -e "$1" && echo '${{ env.debug_release_notes }}' || echo '${{ env.release_notes }}')"
|
||||||
otes }}')"
|
|
||||||
|
|
||||||
- name: Get current date
|
- name: Get current date
|
||||||
id: date
|
id: date
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue