Skip to content

Commit bf3acd5

Browse files
committed
figure out why github actions stopped working
1 parent 73eeea8 commit bf3acd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v4
1818
with:
19-
dotnet-version: 9.x
19+
dotnet-version: 9.0.3xx
2020
- name: test
21-
run: pwd; ls -la; dotnet --version
21+
run: pwd; ls -la; dotnet --version; dotnet --list-sdks
2222
- name: Publish (Linux x64)
2323
run: dotnet publish --runtime linux-x64 -c Release AssettoServer.slnx
2424
- name: Publish (Linux arm64)

0 commit comments

Comments
 (0)