File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
3535 - name : Build
3636 run : |
3737 cd llcomNext/LLCOM/
38- dotnet publish -r $DOTNETOS-$DOTNETARCH --configuration Release --self-contained true -p:PublishTrimmed=true -p:TrimMode=link -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true
39- rm bin/Release/net10.0/$DOTNETOS-$DOTNETARCH /publish/*.pdb
38+ dotnet publish -r $dotnetos-$dotnetarch --configuration Release --self-contained true -p:PublishTrimmed=true -p:TrimMode=link -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true
39+ rm bin/Release/net10.0/$dotnetos-$dotnetarch /publish/*.pdb
4040 mkdir pkg
41- mv bin/Release/net10.0/$DOTNETOS-$DOTNETARCH /publish/* pkg/
41+ mv bin/Release/net10.0/$dotnetos-$dotnetarch /publish/* pkg/
4242
4343 - uses : actions/upload-artifact@v4
4444 with :
You can’t perform that action at this time.
0 commit comments