From 4ea20c08d1be3549cd5160be4c91946143edacdd Mon Sep 17 00:00:00 2001 From: sdcb Date: Fri, 14 Feb 2025 13:14:39 +0800 Subject: [PATCH] not publis r2r anymore --- .github/workflows/build-container.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index a9ebe544..4c0899be 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -206,19 +206,19 @@ jobs: include: - id: chats - id: chats-win-x64 - args: -r win-x64 --self-contained true /p:PublishReadyToRun=true /p:PublishSingleFile=true + args: -r win-x64 --self-contained true /p:PublishReadyToRun=false /p:PublishSingleFile=false - id: chats-linux-x64 - args: -r linux-x64 --self-contained true /p:PublishReadyToRun=true /p:PublishSingleFile=true + args: -r linux-x64 --self-contained true /p:PublishReadyToRun=false /p:PublishSingleFile=false - id: chats-linux-arm64 - args: -r linux-arm64 --self-contained true /p:PublishReadyToRun=true /p:PublishSingleFile=true + args: -r linux-arm64 --self-contained true /p:PublishReadyToRun=false /p:PublishSingleFile=false - id: chats-linux-musl-x64 - args: -r linux-musl-x64 --self-contained true /p:PublishReadyToRun=true /p:PublishSingleFile=true + args: -r linux-musl-x64 --self-contained true /p:PublishReadyToRun=false /p:PublishSingleFile=false - id: chats-linux-musl-arm64 - args: -r linux-musl-arm64 --self-contained true /p:PublishReadyToRun=true /p:PublishSingleFile=true + args: -r linux-musl-arm64 --self-contained true /p:PublishReadyToRun=false /p:PublishSingleFile=false - id: chats-osx-arm64 - args: -r osx-arm64 --self-contained true /p:PublishReadyToRun=true /p:PublishSingleFile=true + args: -r osx-arm64 --self-contained true /p:PublishReadyToRun=false /p:PublishSingleFile=false - id: chats-osx-x64 - args: -r osx-x64 --self-contained true /p:PublishReadyToRun=true /p:PublishSingleFile=true + args: -r osx-x64 --self-contained true /p:PublishReadyToRun=false /p:PublishSingleFile=false runs-on: ubuntu-latest steps: