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 73eeea8 commit bf3acd5Copy full SHA for bf3acd5
.github/workflows/dotnet.yml
@@ -16,9 +16,9 @@ jobs:
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v4
18
with:
19
- dotnet-version: 9.x
+ dotnet-version: 9.0.3xx
20
- name: test
21
- run: pwd; ls -la; dotnet --version
+ run: pwd; ls -la; dotnet --version; dotnet --list-sdks
22
- name: Publish (Linux x64)
23
run: dotnet publish --runtime linux-x64 -c Release AssettoServer.slnx
24
- name: Publish (Linux arm64)
0 commit comments