Fixed a typo in a workflow YAML.

This commit is contained in:
Anon 2026-03-21 20:11:14 +01:00
parent 28834e7a86
commit fb896c45a7

View file

@ -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: