Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoChen98 authored Jun 20, 2024
1 parent a5f37de commit 4c5ab12
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 @@ -38,7 +38,7 @@ jobs:
- name: build publish exe
if: env.isexist == ''
run: |
dotnet publish -c Release
dotnet publish -p:PublishProfile=FolderProfile -c Release
- name: Upload Packages(release)
uses: ncipollo/[email protected]
if: env.isexist == '' && env.suffix == ''
Expand Down

0 comments on commit 4c5ab12

Please sign in to comment.