fix release CI building for debug

This commit is contained in:
bluepilledgreat 2025-03-28 21:17:17 +00:00
parent 96e4793ef6
commit c3af139e3d

View File

@ -21,7 +21,7 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build -c Release --no-restore
- name: Publish
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