Skip to content

Commit cd0e47d

Browse files
committed
Fix build release
1 parent 7a0a14f commit cd0e47d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
id: notes
4242
run: |
4343
set -- release-assets/Betaflight-Configurator-Debug-*
44-
echo "::set-output name=notes::$(test -e "$1" && echo '${{ env.debug_release_notes }}' || echo '${{ env.release_n
45-
otes }}')"
44+
echo "::set-output name=notes::$(test -e "$1" && echo '${{ env.debug_release_notes }}' || echo '${{ env.release_notes }}')"
4645
4746
- name: Get current date
4847
id: date

0 commit comments

Comments
 (0)