Skip to content

Commit 05a75a0

Browse files
committed
deploy workflow: downgrade to sdk 6.0.203 for now due to regression dotnet/sdk#24269
1 parent 7a7e9db commit 05a75a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
- name: Setup .NET 6
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 6.0.x
18+
# TODO change back to "6.0.x" once 6.0.301 is out, because of https://github.com/dotnet/sdk/issues/24269
19+
dotnet-version: 6.0.203
1920
- uses: actions/checkout@v2
2021
- name: Publish the core
2122
run: dotnet publish -c Release -r linux-x64 -p:PublishSingleFile=true --no-self-contained -p:IncludeNativeLibrariesForSelfExtract=true

0 commit comments

Comments
 (0)