Skip to content

Commit

Permalink
add ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent GUIOT committed Jan 5, 2024
1 parent 5d63701 commit 1a31f56
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
target: [windows-latest]
target: [windows-latest, ubuntu-latest]
buildConfig: [Release]
include:
- buildConfig: Release
Expand All @@ -24,6 +24,11 @@ jobs:
artifact_name: winBuild.exe
asset_name: windows-x64
runtime: win-x64
- target: ubuntu-latest
os: ubuntu-latest
artifact_name: ubuntuBuild
asset_name: linux-x64
runtime: linux-x64

steps:
# Checkout the repo
Expand Down

0 comments on commit 1a31f56

Please sign in to comment.