Skip to content

Commit

Permalink
Use --no-self-contained
Browse files Browse the repository at this point in the history
  • Loading branch information
xoascf committed Nov 22, 2023
1 parent 1c309d4 commit c6fe4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
submodules: recursive

- name: Build app
run: dotnet publish -c Release --os win -f net8.0-windows -p:PublishSingleFile=true
run: dotnet publish -c Release --os win -f net8.0-windows -p:PublishSingleFile=true -p:DebugType=None -p:DebugSymbols=false --no-self-contained

- name: Upload build artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c6fe4df

Please sign in to comment.