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 b2b9fbb commit 8f4d467Copy full SHA for 8f4d467
.github/workflows/dotnet_release_windows.yml
@@ -49,20 +49,10 @@ jobs:
49
tar -czvf "../WriterSharp_win64.tar.gz" *
50
51
# 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
60
- name: Create Release
61
uses: softprops/action-gh-release@v1
62
63
with:
64
- body_path: LatestReleaseNotes.md
65
- generate_release_notes: true
66
files: |
67
./*.zip
68
./*.tar.gz
0 commit comments