Skip to content

Commit

Permalink
fix(ci): fixed release-body matrixes path.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Jul 27, 2023
1 parent 4d91fa1 commit 1a5a031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
# Finally, merge them together
- name: Append matrixes to create release body
run: |
mv matrix_*/*.md .
sed -i -n '/# /q;p' matrix_X64.md
sed -i -n '/# /q;p' matrix_ARM64.md
sed -i 's/\[\(.\)\]([^)]*)/\1/g' matrix_X64.md
Expand Down

0 comments on commit 1a5a031

Please sign in to comment.