From 715684c07340c742083f048cb27bbd63571150cb Mon Sep 17 00:00:00 2001 From: Balackburn <93828569+Balackburn@users.noreply.github.com> Date: Tue, 4 Jul 2023 17:58:34 +0200 Subject: [PATCH] corrected path --- .github/workflows/buildapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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