From e09401b9f78c856ffd3014f0b8410127b42a279e Mon Sep 17 00:00:00 2001 From: Byron Hambly Date: Tue, 28 May 2024 12:32:04 +0200 Subject: [PATCH] ci: wip fixing build binaries actions --- .github/workflows/build-release-binaries.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 9299cea4..8a35a88f 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -93,10 +93,7 @@ jobs: archive_name=f'${{ matrix.bin }}_${{ github.event.release.tag_name }}_{os_info.system}_{arch}.${{ matrix.archive_ext }}' - print(f'archive={archive_name} >> $GITHUB_OUTPUT') - - - name: debug - run: tree ./target + print(f'::set-output name=archive::{archive_name}') - name: Pack macos archive if: startsWith(matrix.os, 'macos')