diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 062a713..7a90254 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -147,7 +147,7 @@ jobs: echo "$(sed -e "s/%CERCUBE_VERSION%/${{ inputs.cercube_version }}/g" \ -e "s/%YOUTUBE_VERSION%/${{ inputs.youtube_version }}/g" \ -e "s/%DATE%/${TODAY}/g" \ - .github/RELEASE_TEMPLATE/Release.md)" > ${{ github.workspace }}/release_notes.md + main/.github/RELEASE_TEMPLATE/Release.md)" > ${{ github.workspace }}/release_notes.md - name: Create Release id: create_release