Skip to content

Commit 1a94c40

Browse files
committed
fix: env
1 parent 8aade50 commit 1a94c40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)