Update build.yml

This commit is contained in:
Xikaro 2024-01-05 13:08:36 +05:00
parent 046f24076c
commit d99dd37e95

View file

@ -35,6 +35,7 @@ jobs:
- name: Modpack info
id: info
shell: bash
run: |
set +e
@ -65,7 +66,9 @@ jobs:
id: changelog
shell: bash
run: |
set +e
news=$(printf "%s" "${{ steps.changelog_full.outputs.description }}" | sed -n '/### Изменения/,/###/p' | sed '$d')
printf "%s" "news=$news"
printf "%s" "news=$news" >> $GITHUB_OUTPUT