Skip to content

Commit

Permalink
fix command prompt mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
OmidID committed Jan 12, 2024
1 parent c666218 commit 441228b
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 @@ -26,7 +26,7 @@ jobs:
run: dotnet restore
working-directory: src/AvaloniaInside.Shell
- name: Build
run: dotnet build --release --no-restore
run: dotnet build -c Release --no-restore
working-directory: src/AvaloniaInside.Shell
#- name: Test
# run: dotnet test --no-build --verbosity normal

0 comments on commit 441228b

Please sign in to comment.