Skip to content

Commit

Permalink
deploy workflow: downgrade to sdk 6.0.203 for now due to regression d…
Browse files Browse the repository at this point in the history
  • Loading branch information
Felk committed Jun 1, 2022
1 parent 7a7e9db commit 05a75a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
# TODO change back to "6.0.x" once 6.0.301 is out, because of https://github.com/dotnet/sdk/issues/24269
dotnet-version: 6.0.203
- uses: actions/checkout@v2
- name: Publish the core
run: dotnet publish -c Release -r linux-x64 -p:PublishSingleFile=true --no-self-contained -p:IncludeNativeLibrariesForSelfExtract=true
Expand Down

0 comments on commit 05a75a0

Please sign in to comment.