Skip to content

Commit

Permalink
Update BuildMultiplatform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Aug 27, 2024
1 parent 2379701 commit 69c3be1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/BuildMultiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ jobs:
cat PROJECTS_DIFF.md >> $GITHUB_STEP_SUMMARY
diff=$(cat <<-EOF
cat PROJECTS_DIFF.md
EOF
)
diff=$(< PROJECTS_DIFF.md)
diff=$(echo $diff | sed -r 's/\\\\n/\\n/g') # Fix new lines
diff >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 69c3be1

Please sign in to comment.