mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-11 21:26:05 +00:00
corrected path
This commit is contained in:
parent
8101863073
commit
715684c073
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildapp.yml
vendored
2
.github/workflows/buildapp.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue