Skip to content

Commit 01d678f

Browse files
committed
Update linux.yml
1 parent e897c73 commit 01d678f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939

4040
- name: Build
4141
run: |
42-
dotnet publish -r linux-x64 --self-contained true -p:PublishSingleFile=true -o ./publish-x64
43-
dotnet publish -r linux-arm64 --self-contained true -p:PublishSingleFile=true -o ./publish-arm64
42+
dotnet publish -r linux-x64 --self-contained true -o ./publish-x64
43+
dotnet publish -r linux-arm64 --self-contained true -o ./publish-arm64
4444
4545
- name: Make deb-x64
4646
run: |

0 commit comments

Comments
 (0)