Skip to content

Commit 88fc22f

Browse files
committed
[ADD] linux build
1 parent dda7f1c commit 88fc22f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ jobs:
2525
artifact_name: winBuild.exe
2626
asset_name: windows-x64
2727
runtime: win-x64
28-
28+
- target: ubuntu-latest
29+
os: ubuntu-latest
30+
artifact_name: ubuntuBuild
31+
asset_name: linux-x64
32+
runtime: linux-x64
2933
steps:
3034
# Checkout the repo
3135
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)