We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a1a9d commit 485e01fCopy full SHA for 485e01f
1 file changed
.github/workflows/ci-release.yml
@@ -24,7 +24,7 @@ jobs:
24
run: dotnet build BoneFish.sln -c Release --no-restore
25
26
- name: Publish
27
- run: dotnet publish -p:PublishSingleFile=true -p:EnableCompressionInSingleFile=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
+ 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
28
29
- name: Rename output
30
run: ren .\Bloxstrap\bin\Release\net6.0-windows\win-x64\publish\Fishstrap.exe BoneFish.exe
0 commit comments