Skip to content

Commit 4a8e9e3

Browse files
committed
Update BuildMultiplatform.yml
1 parent 69c3be1 commit 4a8e9e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/BuildMultiplatform.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ jobs:
7474
7575
cat PROJECTS_DIFF.md >> $GITHUB_STEP_SUMMARY
7676
77-
diff=$(< PROJECTS_DIFF.md)
78-
diff=$(echo $diff | sed -r 's/\\\\n/\\n/g') # Fix new lines
79-
diff >> "$GITHUB_OUTPUT"
77+
output_diff=$(< PROJECTS_DIFF.md)
78+
output_diff=$(echo $output_diff | sed -r 's/\\\\n/\\n/g') # Fix new lines
79+
output_diff >> "$GITHUB_OUTPUT"
8080
8181
- name: Send Discord message
8282
uses: "hugoalh/send-discord-webhook-ghaction@5af9cbe30a2a19e7ce18853012ef55487c985954" # 6.0.2

0 commit comments

Comments
 (0)