Skip to content

Commit 7d2d2c9

Browse files
committed
.NET Release Workflow (cross-platform compatibility)
1 parent 6f0ab5d commit 7d2d2c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
#cd ./publish
6060
#zip -r "../WriterSharp_${{ env.VERSION }}.zip" *
6161
fi
62+
shell: bash
6263

6364
# Step 9
6465
- name: Create TAR.GZ archives
@@ -74,6 +75,7 @@ jobs:
7475
#cd ./publish
7576
#tar -czvf "../WriterSharp_${{ env.VERSION }}.tar.gz" *
7677
fi # can we talk about how YAML thinks reversing if sounds like ending an if :skull:
78+
shell: bash
7779

7880
# Step 10
7981
- name: Create Release

0 commit comments

Comments
 (0)