Skip to content

Commit

Permalink
update: 暂时不搞aot了,发个新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxuuu committed Nov 28, 2024
1 parent bb09bc2 commit d4a2841
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion Image2Display/Image2Display/Image2Display.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Authors>chenxuuu</Authors>
<Company>https://github.com/chenxuuu/image2display</Company>
<Description>Image data conversion tool</Description>
<Version>1.1.2.0</Version>
<Version>1.1.4.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d4a2841

Please sign in to comment.