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 bd32f16 commit dd19faeCopy full SHA for dd19fae
.github/workflows/dotnet_release_linux.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Append Release Warning
59
run:
60
echo "> [!WARNING]" >> LatestReleaseNotes.md
61
- echo "> The following binaries were not compiled manually. Use them at your own risk." >> LatestReleaseNotes.md"
+ echo "> The following binaries were not compiled manually. Use them at your own risk." >> LatestReleaseNotes.md
62
63
# Step 10
64
- name: Create Release
.github/workflows/dotnet_release_windows.yml
@@ -46,7 +46,6 @@ jobs:
46
run: |
47
cd ./publish
48
powershell Compress-Archive -Path (Get-ChildItem -Path . -Recurse | Select-Object -ExpandProperty FullName) -DestinationPath "../WriterSharp_${{ env.VERSION }}_win64.zip"
49
- shell: bash
50
51
# Step 9
52
- name: Create TAR.GZ archives
0 commit comments