From 71e6be5d998400a5ffe34aaf2268cc236e863db9 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 15 Dec 2022 14:24:02 +0100 Subject: [PATCH] ci: fix deprecated set-output syntax Signed-off-by: CrazyMax --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a97caca..33709c6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,7 +62,7 @@ jobs: name: Create matrix id: platforms run: | - echo ::set-output name=matrix::$(docker buildx bake binaries-cross --print | jq -cr '.target."binaries-cross".platforms') + echo "matrix=$(docker buildx bake binaries-cross --print | jq -cr '.target."binaries-cross".platforms')" >>${GITHUB_OUTPUT} - name: Show matrix run: |