fix
This commit is contained in:
parent
025ae27fc2
commit
244256c01f
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue