Skip to content

Commit

Permalink
Do not publish self contained on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
yesseruser committed Sep 30, 2024
1 parent 45dbad8 commit 454fb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Publish
run: dotnet publish -c Release -o ./release --self-contained -p:PublishSingleFile=True ./Pong.Desktop/Pong.Desktop.csproj
run: dotnet publish -c Release -o ./release -p:PublishSingleFile=True ./Pong.Desktop/Pong.Desktop.csproj
- name: Move files to app bundle
run: |
mkdir -p ./mac-bundle/Contents/Resources/Content
Expand Down

0 comments on commit 454fb94

Please sign in to comment.