Skip to content

Commit

Permalink
fix build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xChipseq authored Jan 30, 2025
1 parent 3d2efc4 commit 7d0d3ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
run: dotnet publish -r win-x64 -c Release /p:PublishSingleFile=true /p:SelfContained=true /p:EnableCompressionInSingleFile=true
# Releases without .NET
- name: Build for release x86
run: dotnet publish -r win-x86 -c Release /p:PublishSingleFile=true /p:SelfContained=false /p:EnableCompressionInSingleFile=true
run: dotnet publish -r win-x86 -c Release /p:PublishSingleFile=true
- name: Build for release x64
run: dotnet publish -r win-x64 -c Release /p:PublishSingleFile=true /p:SelfContained=false /p:EnableCompressionInSingleFile=true
run: dotnet publish -r win-x64 -c Release /p:PublishSingleFile=true

0 comments on commit 7d0d3ba

Please sign in to comment.