Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pieckenst authored Nov 30, 2023
1 parent 553b689 commit a6768e4
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 @@ -27,7 +27,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --runtime win-x64 --configuration Release --no-restore
run: dotnet build --configuration Release --no-restore
- name: Publish
run: dotnet publish --runtime win-x64 --configuration Release
- name: Zip the Build
Expand Down

0 comments on commit a6768e4

Please sign in to comment.