mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
[skipci]Merge pull request #2998 from milutinke/fix-git-action-parameter
This commit is contained in:
commit
59332be062
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue