We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a569bc commit 9e52ea9Copy full SHA for 9e52ea9
1 file changed
.github/workflows/build.yml
@@ -57,6 +57,7 @@ jobs:
57
dotnet build FastGithub.sln --configuration Release --verbosity quiet --nologo
58
59
- name: Publish single-file artifacts with UI
60
+ shell: bash
61
run: |
62
# 发布主程序
63
dotnet publish FastGithub/FastGithub.csproj \
0 commit comments