Skip to content

Commit af53464

Browse files
committed
.NET Workflows
1 parent 720cfcc commit af53464

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet_release_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
# Step 10
5959
- name: Append Release Warning
60-
run:
60+
run: |
6161
echo "> [!WARNING]" >> LatestReleaseNotes.md
6262
echo "Output Part 1"
6363
echo "> The following binaries were not compiled manually. Use them at your own risk." >> LatestReleaseNotes.md

.github/workflows/dotnet_release_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
# Step 10
5757
- name: Append Release Warning
58-
run:
58+
run: |
5959
echo "> [!WARNING]" >> LatestReleaseNotes.md
6060
echo "Output Part 1"
6161
echo "> The following binaries were not compiled manually. Use them at your own risk." >> LatestReleaseNotes.md

0 commit comments

Comments
 (0)