Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Update dotnet-core-desktop.yml
Browse files Browse the repository at this point in the history
Disable single file
  • Loading branch information
jessefreeman committed Aug 4, 2020
1 parent bfe1afc commit dc2cd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet publish -o Builds/macOS -c Release -r osx-x64 --self-contained false -p:PublishSingleFile=true
run: dotnet publish -o Builds/macOS -c Release -r osx-x64 --self-contained false -p:PublishSingleFile=false
# - name: Build
# run: dotnet publish -o Builds/win64 -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true
# - name: Build
Expand Down

0 comments on commit dc2cd1f

Please sign in to comment.