Skip to content

Commit

Permalink
feat: adding .exe on windows binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
MidKnightXI committed Jul 21, 2024
1 parent b304639 commit fce1d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
New-Item -ItemType Directory -Path tempArchive -Force
Copy-Item -Path "./module.json" -Destination "tempArchive/module.json"
Copy-Item -Path "./bin/Release/net8.0/win-x64/publish/whichcam" -Destination "tempArchive/whichcam"
Copy-Item -Path "./bin/Release/net8.0/win-x64/publish/whichcam.exe" -Destination "tempArchive/whichcam"
Compress-Archive -Path "tempArchive/*" -DestinationPath "whichcam-windows.zip"
Remove-Item -Recurse -Force tempArchive
Expand Down

0 comments on commit fce1d0c

Please sign in to comment.