Skip to content

Commit dd19fae

Browse files
committed
.NET Workflows
1 parent bd32f16 commit dd19fae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/dotnet_release_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Append Release Warning
5959
run:
6060
echo "> [!WARNING]" >> LatestReleaseNotes.md
61-
echo "> The following binaries were not compiled manually. Use them at your own risk." >> LatestReleaseNotes.md"
61+
echo "> The following binaries were not compiled manually. Use them at your own risk." >> LatestReleaseNotes.md
6262

6363
# Step 10
6464
- name: Create Release

.github/workflows/dotnet_release_windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
run: |
4747
cd ./publish
4848
powershell Compress-Archive -Path (Get-ChildItem -Path . -Recurse | Select-Object -ExpandProperty FullName) -DestinationPath "../WriterSharp_${{ env.VERSION }}_win64.zip"
49-
shell: bash
5049
5150
# Step 9
5251
- name: Create TAR.GZ archives

0 commit comments

Comments
 (0)