1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 12:55:14 +03:00

Fix build release

This commit is contained in:
Mark Haslinghuis 2022-04-14 12:30:16 +02:00
parent 7a0a14f49b
commit cd0e47d366

View file

@ -41,8 +41,7 @@ jobs:
id: notes
run: |
set -- release-assets/Betaflight-Configurator-Debug-*
echo "::set-output name=notes::$(test -e "$1" && echo '${{ env.debug_release_notes }}' || echo '${{ env.release_n
otes }}')"
echo "::set-output name=notes::$(test -e "$1" && echo '${{ env.debug_release_notes }}' || echo '${{ env.release_notes }}')"
- name: Get current date
id: date