Skip to content

Commit 73eeea8

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

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
@@ -18,9 +18,9 @@ jobs:
1818
with:
1919
dotnet-version: 9.x
2020
- name: test
21-
run: pwd; ls -la
21+
run: pwd; ls -la; dotnet --version
2222
- name: Publish (Linux x64)
23-
run: dotnet publish --runtime linux-x64 -c Release
23+
run: dotnet publish --runtime linux-x64 -c Release AssettoServer.slnx
2424
- name: Publish (Linux arm64)
2525
run: dotnet publish --runtime linux-arm64 -c Release
2626
- name: Publish (Windows x64)

0 commit comments

Comments
 (0)