From cd0e47d3669c723e165c415c04ad13ad353eb7bb Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Thu, 14 Apr 2022 12:30:16 +0200 Subject: [PATCH] Fix build release --- .github/workflows/nightly.yml | 3 +-- 1 file changed, 1 insertion(+), 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