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 7a7e9db commit 05a75a0Copy full SHA for 05a75a0
.github/workflows/deploy.yml
@@ -15,7 +15,8 @@ jobs:
15
- name: Setup .NET 6
16
uses: actions/setup-dotnet@v1
17
with:
18
- 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
19
+ dotnet-version: 6.0.203
20
- uses: actions/checkout@v2
21
- name: Publish the core
22
run: dotnet publish -c Release -r linux-x64 -p:PublishSingleFile=true --no-self-contained -p:IncludeNativeLibrariesForSelfExtract=true
0 commit comments