mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-04 02:01:28 -07:00
Fix release CI building for debug (#4950)
This commit is contained in:
parent
96e4793ef6
commit
55273e12f2
2
.github/workflows/ci-release.yml
vendored
2
.github/workflows/ci-release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user