From 9457bb980b3b9f853f4de63585a2d8e93c0dfbba Mon Sep 17 00:00:00 2001 From: sdcb Date: Fri, 20 Dec 2024 13:09:11 +0800 Subject: [PATCH] reenable publish single file --- .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 3357573c..a4905adc 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -203,19 +203,19 @@ jobs: include: - id: chats - id: chats-win-x64 - args: -r win-x64 --self-contained true /p:PublishReadyToRun=true + args: -r win-x64 --self-contained true /p:PublishReadyToRun=true /p:PublishSingleFile=true - id: chats-linux-x64 - args: -r linux-x64 --self-contained true /p:PublishReadyToRun=true + args: -r linux-x64 --self-contained true /p:PublishReadyToRun=true /p:PublishSingleFile=true - id: chats-linux-arm64 - args: -r linux-arm64 --self-contained true /p:PublishReadyToRun=true + args: -r linux-arm64 --self-contained true /p:PublishReadyToRun=true /p:PublishSingleFile=true - id: chats-linux-musl-x64 - args: -r linux-musl-x64 --self-contained true /p:PublishReadyToRun=true + args: -r linux-musl-x64 --self-contained true /p:PublishReadyToRun=true /p:PublishSingleFile=true - id: chats-linux-musl-arm64 - args: -r linux-musl-arm64 --self-contained true /p:PublishReadyToRun=true + args: -r linux-musl-arm64 --self-contained true /p:PublishReadyToRun=true /p:PublishSingleFile=true - id: chats-osx-arm64 - args: -r osx-arm64 --self-contained true /p:PublishReadyToRun=true + args: -r osx-arm64 --self-contained true /p:PublishReadyToRun=true /p:PublishSingleFile=true - id: chats-osx-x64 - args: -r osx-x64 --self-contained true /p:PublishReadyToRun=true + args: -r osx-x64 --self-contained true /p:PublishReadyToRun=true /p:PublishSingleFile=true runs-on: ubuntu-latest steps: