Skip to content

Commit

Permalink
Publish single file
Browse files Browse the repository at this point in the history
  • Loading branch information
kabili207 committed Sep 18, 2023
1 parent b742c8a commit cb66f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -36,7 +36,7 @@ jobs:
# run: dotnet test

- name: Publish
run: dotnet publish -c Release -o out ZoraGenWpf.sln
run: dotnet publish -c Release -o out -r win-x86 --self-contained false ZoraGenWpf.sln

- name: Upload Build Artifact
uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions ZoraGenWpf/ZoraGenWpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<PublishSingleFile>true</PublishSingleFile>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Farore.ico</ApplicationIcon>
Expand Down

0 comments on commit cb66f4d

Please sign in to comment.