Skip to content

Commit

Permalink
Matching Linux slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
dme-compunet committed Aug 18, 2023
1 parent 9f6d752 commit c65c220
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
dotnet-version: 7.0.x

- name: Restore dependencies
run: dotnet restore Source\YoloV8\YoloV8.csproj
run: dotnet restore Source/YoloV8/YoloV8.csproj

- name: Build YoloV8
run: dotnet build --no-restore Source\YoloV8\YoloV8.csproj
run: dotnet build --no-restore Source/YoloV8/YoloV8.csproj

- name: Build YoloV8.Demo
run: dotnet build --no-restore Source\YoloV8.Demo\YoloV8.Demo.csproj
run: dotnet build --no-restore Source/YoloV8.Demo/YoloV8.Demo.csproj


0 comments on commit c65c220

Please sign in to comment.