Browse Source

chore: set build-type

Samuel Attard 10 months ago
parent
commit
258da5e0d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/pipeline-segment-electron-test.yml

+ 1 - 1
.github/workflows/pipeline-segment-electron-test.yml

@@ -35,7 +35,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        build-type: ${{ inputs.target-platform == 'macos' && fromJSON('["darwin","mas"]') || fromJSON('["linux"]') }}
+        build-type: ${{ inputs.target-platform == 'macos' && fromJSON('["darwin","mas"]') || (inputs.target-platform == 'windows' && fromJSON('["windows"]') || fromJSON('["linux"]')) }}
         shard: ${{ inputs.target-platform == 'macos' && fromJSON('[1]') || fromJSON('[1, 2, 3]') }}
     env:
       BUILD_TYPE: ${{ matrix.build-type }}