Skip to content

Commit

Permalink
Update build-component.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s0hv authored Jun 1, 2024
1 parent 43dc12c commit f418881
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ jobs:
run: |
echo "BUILD_CONFIGURATION=${{ env.BUILD_CONFIGURATION }}" >> $GITHUB_OUTPUT
echo "PLATFORM=${{ env.PLATFORM }}" >> $GITHUB_OUTPUT
echo "Debug=${{ contains(fromJSON(format('[{0}]', needs.compute.outputs.BUILD_CONFIGURATION)), 'Debug') }}" >> $GITHUB_OUTPUT
echo "Release=${{ contains(fromJSON(format('[{0}]', needs.compute.outputs.BUILD_CONFIGURATION)), 'Release') }}" >> $GITHUB_OUTPUT
echo "Debug=${{ contains(fromJSON(format('[{0}]', env.BUILD_CONFIGURATION)), 'Debug') }}" >> $GITHUB_OUTPUT
echo "Release=${{ contains(fromJSON(format('[{0}]', env.BUILD_CONFIGURATION)), 'Release') }}" >> $GITHUB_OUTPUT
echo "${{ contains(fromJSON(format('[{0}]', env.BUILD_CONFIGURATION)), 'Release') }}"
build:
Expand Down

0 comments on commit f418881

Please sign in to comment.