From d4a2841491559add854b60deddf3942ae85cdc1d Mon Sep 17 00:00:00 2001 From: chenxuuu Date: Thu, 28 Nov 2024 14:25:35 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9A=82=E6=97=B6=E4=B8=8D=E6=90=9Ea?= =?UTF-8?q?ot=E4=BA=86=EF=BC=8C=E5=8F=91=E4=B8=AA=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- Image2Display/Image2Display/Image2Display.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e3d95b..22779d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: DOTNETARCH: ${{ matrix.dotnetarch }} run: | cd Image2Display/Image2Display - dotnet publish -r $DOTNETOS-$DOTNETARCH --configuration Release --self-contained true -p:PublishTrimmed=true -p:TrimMode=link -p:PublishAot=true + dotnet publish -r $DOTNETOS-$DOTNETARCH --configuration Release --self-contained true -p:PublishTrimmed=true -p:TrimMode=link -p:PublishSingleFile=true rm bin/Release/net9.0/$DOTNETOS-$DOTNETARCH/publish/*.pdb mkdir pkg mv bin/Release/net9.0/$DOTNETOS-$DOTNETARCH/publish/* pkg/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 08a0c61..9f13772 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: DOTNETARCH: ${{ matrix.dotnetarch }} run: | cd Image2Display/Image2Display - dotnet publish -r $DOTNETOS-$DOTNETARCH --configuration Release --self-contained true -p:PublishTrimmed=true -p:TrimMode=link -p:PublishAot=true + dotnet publish -r $DOTNETOS-$DOTNETARCH --configuration Release --self-contained true -p:PublishTrimmed=true -p:TrimMode=link -p:PublishSingleFile=true rm bin/Release/net9.0/$DOTNETOS-$DOTNETARCH/publish/*.pdb mkdir pkg mv bin/Release/net9.0/$DOTNETOS-$DOTNETARCH/publish/* pkg/ diff --git a/Image2Display/Image2Display/Image2Display.csproj b/Image2Display/Image2Display/Image2Display.csproj index fa1f527..7faec74 100644 --- a/Image2Display/Image2Display/Image2Display.csproj +++ b/Image2Display/Image2Display/Image2Display.csproj @@ -10,7 +10,7 @@ chenxuuu https://github.com/chenxuuu/image2display Image data conversion tool - 1.1.2.0 + 1.1.4.0