Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Haslinghuis <mark@numloq.nl>2022-04-14 13:30:16 +0300
committerMark Haslinghuis <mark@numloq.nl>2022-04-14 13:30:16 +0300
commitcd0e47d3669c723e165c415c04ad13ad353eb7bb (patch)
tree1a4d78ec65f594ba9dc10609a0270bd848135ee2 /.github
parent7a0a14f49bbfc6a87d8f618814017c918d5e30a8 (diff)
Fix build release
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nightly.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 41f7e383..935d9061 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -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