Skip to content

Commit

Permalink
floflo
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent GUIOT committed Jan 5, 2024
1 parent 76d0c1b commit f32c8ae
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,9 @@ jobs:
strategy:
matrix:
target: [windows-latest]
buildConfig: [Debug, Release]
buildConfig: [Release]
include:
- buildConfig: Debug
buildSuffix: _Debug
- buildConfig: Release
- target: ubuntu-latest
os: ubuntu-latest
artifact_name: ubuntuBuild
asset_name: linux-x64
runtime: linux-x64
- target: windows-latest
os: windows-latest
artifact_name: winBuild.exe
Expand All @@ -43,7 +36,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: dotnet publish
run: dotnet publish --self-contained true --runtime ${{ matrix.runtime}} -c ${{ matrix.buildConfig }} -o target/release/${{ matrix.artifact_name }}${{ matrix.buildSuffix }} ./CodeWalker.Console
run: dotnet publish --self-contained true --runtime ${{ matrix.runtime}} -c ${{ matrix.buildConfig }} -o target/release/${{ matrix.artifact_name }} ./

- name: Zip build
uses: thedoctor0/zip-release@main
Expand Down

0 comments on commit f32c8ae

Please sign in to comment.