Skip to content

Commit 3077234

Browse files
committed
ci: Replace deprecated command with environment file
Signed-off-by: jongwooo <[email protected]>
1 parent 23585b9 commit 3077234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Create matrix
3939
id: platforms
4040
run: |
41-
echo ::set-output name=matrix::$(docker buildx bake binary-cross --print | jq -cr '.target."binary-cross".platforms')
41+
echo matrix=$(docker buildx bake binary-cross --print | jq -cr '.target."binary-cross".platforms') >> $GITHUB_OUTPUT
4242
-
4343
name: Show matrix
4444
run: |

0 commit comments

Comments
 (0)