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 6f0ab5d commit 7d2d2c9Copy full SHA for 7d2d2c9
.github/workflows/dotnet_release.yml
@@ -59,6 +59,7 @@ jobs:
59
#cd ./publish
60
#zip -r "../WriterSharp_${{ env.VERSION }}.zip" *
61
fi
62
+ shell: bash
63
64
# Step 9
65
- name: Create TAR.GZ archives
@@ -74,6 +75,7 @@ jobs:
74
75
76
#tar -czvf "../WriterSharp_${{ env.VERSION }}.tar.gz" *
77
fi # can we talk about how YAML thinks reversing if sounds like ending an if :skull:
78
79
80
# Step 10
81
- name: Create Release
0 commit comments