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 2352770 commit 2379701
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/BuildMultiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,12 @@ jobs:
cat PROJECTS_DIFF.md >> $GITHUB_STEP_SUMMARY
diff={
echo 'diff<<EOF'
diff=$(cat <<-EOF
cat PROJECTS_DIFF.md
echo EOF
}
EOF
)
diff=$(echo $diff | sed -r 's/\\\\n/\\n/g') # Fix new lines
diff>> "$GITHUB_OUTPUT"
diff >> "$GITHUB_OUTPUT"
- name: Send Discord message
uses: "hugoalh/send-discord-webhook-ghaction@5af9cbe30a2a19e7ce18853012ef55487c985954" # 6.0.2
Expand Down

0 comments on commit 2379701

Please sign in to comment.