Skip to content

Commit 8f4d467

Browse files
committed
.NET Workflow for Windows
1 parent b2b9fbb commit 8f4d467

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/dotnet_release_windows.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,10 @@ jobs:
4949
tar -czvf "../WriterSharp_win64.tar.gz" *
5050
5151
# Step 9
52-
- name: Append Release Warning
53-
run: |
54-
echo "> [!CAUTION]" >> LatestReleaseNotes.md
55-
echo "Output Part 1"
56-
echo "> The following binaries were not compiled manually. **Use them at your own risk.**" >> LatestReleaseNotes.md
57-
echo "Output Part 2"
58-
59-
# Step 10
6052
- name: Create Release
6153
uses: softprops/action-gh-release@v1
6254

6355
with:
64-
body_path: LatestReleaseNotes.md
65-
generate_release_notes: true
6656
files: |
6757
./*.zip
6858
./*.tar.gz

0 commit comments

Comments
 (0)