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

0 comments on commit 4a8e9e3

Please sign in to comment.