Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

Commit 54509ef

Browse files
authored
Update build.yml (#37)
1 parent 9fb2237 commit 54509ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
dotnet-version: 6.0.x
2424

2525
- name: Build the program
26-
run: dotnet publish -c Release -o build
26+
run: dotnet publish -o Build -c Release -r win-x86 --sc true -p:DebugType=none -p:PublishReadyToRun=true -p:PublishSingleFile=true
2727

2828
- name: Copy the essential files
2929
run: |

0 commit comments

Comments
 (0)