[Build] Fix soon to be deprecated set-output command

This commit is contained in:
Ton Huisman
2025-06-20 21:54:59 +02:00
committed by Christian I. Nilsson
parent 5f492eb5c2
commit b78aaccab9

View File

@@ -25,7 +25,7 @@ jobs:
JSONI=${JSONI//$'\n'} JSONI=${JSONI//$'\n'}
echo $JSONI echo $JSONI
# Set output # Set output
echo "::set-output name=matrix::[${JSONI}]" echo "matrix=[${JSONI}]" >> $GITHUB_OUTPUT
Build_Example: Build_Example:
needs: Gen_Matrix needs: Gen_Matrix
runs-on: ubuntu-latest runs-on: ubuntu-latest