Skip to content

Commit 720cfcc

Browse files
committed
Workflows for .NET
1 parent 2b1b042 commit 720cfcc

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/dotnet_release_linux.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ jobs:
5858
# Step 10
5959
- name: Append Release Warning
6060
run:
61-
echo "> [!WARNING]\n> The following binaries were not compiled manually. Use them at your own risk." >> LatestReleaseNotes.md
62-
#echo "> The following binaries were not compiled manually. Use them at your own risk." >> LatestReleaseNotes.md
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
64+
echo "Output Part 2"
6365

6466
# Step 11
6567
- name: Create Release

.github/workflows/dotnet_release_windows.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ jobs:
5454
tar -czvf "../WriterSharp_${{ env.VERSION }}_win64.tar.gz" *
5555
5656
# Step 10
57+
- name: Append Release Warning
58+
run:
59+
echo "> [!WARNING]" >> LatestReleaseNotes.md
60+
echo "Output Part 1"
61+
echo "> The following binaries were not compiled manually. Use them at your own risk." >> LatestReleaseNotes.md
62+
echo "Output Part 2"
63+
64+
# Step 11
5765
- name: Create Release
5866
uses: softprops/action-gh-release@v1
5967

0 commit comments

Comments
 (0)