File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments