diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 87c5d1c..4ca8e2d 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -144,6 +144,7 @@ jobs: - name: Prepare Release Notes run: | export TODAY=$(date '+%Y-%m-%d') + mkdir -p .github sed -e "s/%CERCUBE_VERSION%/${{ inputs.cercube_version }}/g" \ -e "s/%YOUTUBE_VERSION%/${{ inputs.youtube_version }}/g" \ -e "s/%DATE%/${TODAY}/g" \