Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bdawg1989 authored May 31, 2024
1 parent 801993f commit 1ca2c76
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 @@ -62,7 +62,7 @@ jobs:
- name: Build
run: dotnet build ${{ env.Project_Name }} --configuration Release --no-restore
- name: Publish
run: dotnet publish ${{ env.Project_Name }} --configuration Release --output ./publish --self-contained --runtime win-x86 --no-restore
run: dotnet publish ${{ env.Project_Name }} --configuration Release --output ./publish --self-contained false --runtime win-x86 --publish-single-file
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 1ca2c76

Please sign in to comment.