Skip to content

Commit 80c2937

Browse files
committed
[Build] Fix soon to be deprecated set-output command
1 parent 56e507c commit 80c2937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
JSONI=${JSONI//$'\n'}
2626
echo $JSONI
2727
# Set output
28-
echo "::set-output name=matrix::[${JSONI}]"
28+
echo "matrix=[${JSONI}]" >> $GITHUB_OUTPUT
2929
Build_Example:
3030
needs: Gen_Matrix
3131
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)