Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NotroDev authored Dec 19, 2023
1 parent f830205 commit 23b5927
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 @@ -52,7 +52,7 @@ jobs:
- name: Build and publish for Linux
run: |
cd SkEditor
dotnet publish -c Release -r linux-x64 --self-contained
dotnet publish -c Release -r linux-x64 -p:PublishSingleFile=true --no-self-contained /p:DebugType=None /p:DebugSymbols=false
mkdir -p SkEditor
cp -r bin/Release/net8.0/linux-x64/publish/* SkEditor/
Expand Down

0 comments on commit 23b5927

Please sign in to comment.