[skipci]Merge pull request #2998 from milutinke/fix-git-action-parameter

This commit is contained in:
Anon 2026-03-26 00:53:15 +01:00 committed by GitHub
commit 59332be062
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ on:
env:
PROJECT: "MinecraftClient"
target-version: "net10.0"
compile-flags: "--self-contained=true -c Release -p:UseAppHost=true -p:IncludeNativeLibrariesForSelfExtract=true -p:EnableCompressionInSingleFile=true -p:DebugType=Embedded"
compile-flags: "--self-contained=true -c Release -p:PublishSingleFile=true -p:UseAppHost=true -p:IncludeNativeLibrariesForSelfExtract=true -p:EnableCompressionInSingleFile=true -p:DebugType=Embedded"
jobs:
determine-build: