Skip to content

Commit f82e4d7

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
uses: actions/setup-dotnet@v4
1818
with:
1919
dotnet-version: 9.x
20+
- name: test
21+
run: pwd; ls -la
2022
- name: Publish (Linux x64)
2123
run: dotnet publish --runtime linux-x64 -c Release
2224
- name: Publish (Linux arm64)

0 commit comments

Comments
 (0)