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 f82e4d7 commit 73eeea8Copy full SHA for 73eeea8
.github/workflows/dotnet.yml
@@ -18,9 +18,9 @@ jobs:
18
with:
19
dotnet-version: 9.x
20
- name: test
21
- run: pwd; ls -la
+ run: pwd; ls -la; dotnet --version
22
- name: Publish (Linux x64)
23
- run: dotnet publish --runtime linux-x64 -c Release
+ run: dotnet publish --runtime linux-x64 -c Release AssettoServer.slnx
24
- name: Publish (Linux arm64)
25
run: dotnet publish --runtime linux-arm64 -c Release
26
- name: Publish (Windows x64)
0 commit comments