Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xBaank authored Aug 19, 2024
1 parent 8b4e259 commit fba58f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
dotnet-version: 8.0.x

- name: Build
run: dotnet build -r ${{ matrix.rid }}
run: cd Tests && dotnet build -r ${{ matrix.rid }}

- name: Move file for mac
if: runner.os == 'MacOS'
Expand Down

0 comments on commit fba58f3

Please sign in to comment.