Skip to content

Commit 55273e1

Browse files
Fix release CI building for debug (#4950)
1 parent 96e4793 commit 55273e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: dotnet restore
2222

2323
- name: Build
24-
run: dotnet build --no-restore
24+
run: dotnet build -c Release --no-restore
2525

2626
- name: Publish
2727
run: dotnet publish -p:PublishSingleFile=true -p:CommitHash=${{ github.sha }} -p:CommitRef=${{ github.ref_type }}/${{ github.ref_name }} -r win-x64 -c Release --self-contained false .\Bloxstrap\Bloxstrap.csproj

0 commit comments

Comments
 (0)