Skip to content

Commit

Permalink
add parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalvagno committed Jan 9, 2025
1 parent c658fba commit a87e57b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
shell: bash

- name: Publish
run: dotnet publish Cyz2Json/Cyz2Json.csproj -c Release --self-contained true
run: dotnet publish Cyz2Json/Cyz2Json.csproj -c Release --self-contained true -p:IncludeNativeLibrariesForSelfExtract=true -p:PublishReadyToRun=true


- name: Copy License File
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit a87e57b

Please sign in to comment.