Skip to content

Commit

Permalink
Revert "update build workflow"
Browse files Browse the repository at this point in the history
This reverts commit c119bc3.
  • Loading branch information
msartore committed Feb 2, 2024
1 parent c119bc3 commit 37a8808
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 @@ -26,7 +26,7 @@ jobs:
run: dotnet build --configuration Release --no-restore

- name: Publish the application
run: dotnet publish D:\a\ATA-GUI\ATA-GUI\ATA-GUI\ATA-GUI.csproj -c Release -r win-x64 -o ./publish
run: dotnet publish D:\a\ATA-GUI\ATA-GUI\ATA-GUI\ATA-GUI.csproj --configuration Release --runtime win-x64 --self-contained false /p:PublishSingleFile=true --output ./publish

- name: Zip the published output
run: Compress-Archive -Path ./publish/ATA-GUI.exe, ./LICENSE -DestinationPath ATA-GUI.zip
Expand Down

0 comments on commit 37a8808

Please sign in to comment.