fix
This commit is contained in:
parent
025ae27fc2
commit
244256c01f
|
@ -41,7 +41,7 @@ jobs:
|
||||||
runs-on: "ubuntu-24.04"
|
runs-on: "ubuntu-24.04"
|
||||||
name: ${{ matrix.opts.name }}
|
name: ${{ matrix.opts.name }}
|
||||||
outputs:
|
outputs:
|
||||||
built-dotnet-editor: ${{ steps.mark-dotnet-editor.outputs.dotnet-editor }}
|
built-dotnet-editor: ${{ steps.mark-dotnet-editor.outputs.built-dotnet-editor }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -281,6 +281,7 @@ jobs:
|
||||||
if: matrix.opts.dotnet && matrix.opts.target == 'editor'
|
if: matrix.opts.dotnet && matrix.opts.target == 'editor'
|
||||||
id: mark-dotnet-editor
|
id: mark-dotnet-editor
|
||||||
run: |
|
run: |
|
||||||
|
if [ "${{matrix.opts.dotnet}}" == "x86_64" ]; then
|
||||||
echo "built-dotnet-editor=true" >> $GITHUB_OUTPUT
|
echo "built-dotnet-editor=true" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue