Skip to content

Commit

Permalink
Publish single file
Browse files Browse the repository at this point in the history
  • Loading branch information
stulda committed Jun 1, 2024
1 parent d1d453d commit 1b0b1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
release_name="wcc-$tag-${{ matrix.target }}"
# Build everything
dotnet publish WebsiteCertificateChecker/WebsiteCertificateChecker.csproj --runtime "${{ matrix.target }}" --self-contained true -c Release -o "$release_name"
dotnet publish WebsiteCertificateChecker/WebsiteCertificateChecker.csproj --runtime "${{ matrix.target }}" -p:PublishReadyToRun=true -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true -p:IncludeNativeLibrariesForSelfExtract=true -c Release -o "$release_name"
# Pack files
if [ "${{ matrix.target }}" == "win-x64" ] || [ "${{ matrix.target }}" == "win-arm64" ]; then
Expand Down

0 comments on commit 1b0b1b1

Please sign in to comment.