We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720cfcc commit af53464Copy full SHA for af53464
.github/workflows/dotnet_release_linux.yml
@@ -57,7 +57,7 @@ jobs:
57
58
# Step 10
59
- name: Append Release Warning
60
- run:
+ run: |
61
echo "> [!WARNING]" >> LatestReleaseNotes.md
62
echo "Output Part 1"
63
echo "> The following binaries were not compiled manually. Use them at your own risk." >> LatestReleaseNotes.md
.github/workflows/dotnet_release_windows.yml
@@ -55,7 +55,7 @@ jobs:
55
56
0 commit comments