Skip to content

Commit

Permalink
ci: fix build yaml
Browse files Browse the repository at this point in the history
References: Eppie-io#332
  • Loading branch information
al-kau committed Sep 19, 2024
1 parent d728b48 commit 9bf74a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: |
$project='${{ matrix.project }}'
$configuration='${{ matrix.build.configuration }}'
$extra_options='${{ matrix.build.extra }}'
$extra_options=$('${{ matrix.build.extra }}' -split '\s+')
$framework='${{ matrix.build.framework }}'
$framework_option=$( if($framework) {"-property:TargetFramework=$framework"} else {""} )
Expand Down

0 comments on commit 9bf74a2

Please sign in to comment.