Skip to content

Commit

Permalink
Removed runtime specification
Browse files Browse the repository at this point in the history
  • Loading branch information
Drise13 authored Jul 11, 2024
1 parent d707acf commit c395add
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 @@ -55,7 +55,7 @@ jobs:
run: dotnet build --configuration Release --no-restore

- name: Publish for Windows
run: dotnet publish --configuration Release --output ./publish/windows --no-build --runtime win-x64
run: dotnet publish --configuration Release --output ./publish/windows --no-build

- name: Archive Windows Artifacts
run: Compress-Archive -Path ./publish/windows -DestinationPath PetsOptimizer-windows.zip
Expand Down

0 comments on commit c395add

Please sign in to comment.