Skip to content

Commit

Permalink
Update create-pack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mullak99 committed Oct 29, 2023
1 parent 9aac64e commit 4ed7ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-pack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Pack
name: Create Pack (Release)

on:
workflow_dispatch:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Extract Changelog Entry
id: changelog
run: |
changelog=$(awk '/## \[/{flag=(++i==1)}flag;/## \[/{if(i>=2) exit}' ChangeLog.md)
changelog=$(awk '/## \[/{flag=(++i==1)}flag;/## \[/{if(i>=2) exit}' ChangeLog.md | sed ':a;N;$!ba;s/\n/\\n/g')
echo "::set-output name=entry::$changelog"
- name: Install 7zip
run: sudo apt-get install p7zip-full
Expand Down

0 comments on commit 4ed7ae2

Please sign in to comment.