Skip to content

Commit 36bd258

Browse files
committed
Update Fix Mingrate1
1 parent 0bb13ed commit 36bd258

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: dotnet build BoneFish.sln -c Release --no-restore
2525

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

2929
- name: Upload Artifact
3030
uses: actions/upload-artifact@v4

Bloxstrap/Bloxstrap.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<AssemblyName>BoneFish</AssemblyName>
1616
<Product>$(AssemblyName)</Product>
1717
<RootNamespace>Bloxstrap</RootNamespace>
18+
<SelfContained>false</SelfContained>
1819
</PropertyGroup>
1920

2021
<ItemGroup>

0 commit comments

Comments
 (0)