Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
239573049 authored Jan 9, 2025
1 parent 802f3a9 commit 4dcd6d1
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 @@ -41,7 +41,7 @@ jobs:

# Create the app package by building and packaging the Windows Application Packaging project
- name: Create the app package
run: dotnet publish ./Data/DataBackup/DataBackup.csproj -c Release -f net9.0-windows --os win --output E:\BaseOS\Tools\Data\DataBackup\ -p:PublishSingleFile=true --self-contained false
run: dotnet publish src/ChatBox.Desktop/ChatBox.Desktop.csproj -c Release -f net9.0-windows --os win --output ${{ env.Wap_Project_Directory }}\AppPackages -p:PublishSingleFile=true --self-contained false
env:
Appx_Bundle: Always
Appx_Bundle_Platforms: x86|x64
Expand Down

0 comments on commit 4dcd6d1

Please sign in to comment.