This commit is contained in:
Serhii Snitsaruk 2024-12-01 15:30:43 +01:00
parent 025ae27fc2
commit 244256c01f
No known key found for this signature in database
GPG Key ID: A965EF8799FFEC2D
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,7 @@ jobs:
runs-on: "ubuntu-24.04"
name: ${{ matrix.opts.name }}
outputs:
built-dotnet-editor: ${{ steps.mark-dotnet-editor.outputs.dotnet-editor }}
built-dotnet-editor: ${{ steps.mark-dotnet-editor.outputs.built-dotnet-editor }}
strategy:
fail-fast: false
matrix:
@ -281,6 +281,7 @@ jobs:
if: matrix.opts.dotnet && matrix.opts.target == 'editor'
id: mark-dotnet-editor
run: |
if [ "${{matrix.opts.dotnet}}" == "x86_64" ]; then
echo "built-dotnet-editor=true" >> $GITHUB_OUTPUT