From fb896c45a724c260b2e97db2f1dee05044fa622e Mon Sep 17 00:00:00 2001 From: Anon Date: Sat, 21 Mar 2026 20:11:14 +0100 Subject: [PATCH] Fixed a typo in a workflow YAML. --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index c421eb97..40a22587 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -8,7 +8,7 @@ on: env: PROJECT: "MinecraftClient" -/us target-version: "net10.0" + target-version: "net10.0" compile-flags: "--self-contained=true -c Release -p:UseAppHost=true -p:IncludeNativeLibrariesForSelfExtract=true -p:EnableCompressionInSingleFile=true -p:DebugType=Embedded" jobs: