From 3077234292db639cb3ca9ac79a5433f1e4250d3b Mon Sep 17 00:00:00 2001 From: jongwooo Date: Sat, 4 Feb 2023 13:14:21 +0900 Subject: [PATCH] ci: Replace deprecated command with environment file Signed-off-by: jongwooo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ae6944c76f..f9a6ecfd3ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: name: Create matrix id: platforms run: | - echo ::set-output name=matrix::$(docker buildx bake binary-cross --print | jq -cr '.target."binary-cross".platforms') + echo matrix=$(docker buildx bake binary-cross --print | jq -cr '.target."binary-cross".platforms') >> $GITHUB_OUTPUT - name: Show matrix run: |