From 5e1cac6b31b12ba59baa7eb828a14b534b5d7ad3 Mon Sep 17 00:00:00 2001 From: Michal Leszczynski Date: Sat, 6 Jan 2024 15:56:08 +0100 Subject: [PATCH] fix --- .github/workflows/prod_build_cli.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prod_build_cli.yml b/.github/workflows/prod_build_cli.yml index 619a1d1..8052f8d 100644 --- a/.github/workflows/prod_build_cli.yml +++ b/.github/workflows/prod_build_cli.yml @@ -172,8 +172,8 @@ jobs: out_name: halo-tools-linux-x64.tgz - os: windows-latest out_name: halo-tools-win-x64.zip - - os: macos-latest - out_name: halo-tools-macos-x64.pkg + # - os: macos-latest + # out_name: halo-tools-macos-x64.pkg name: Sign halo-tools and release (${{ matrix.os }}) runs-on: ${{ matrix.os }} needs: build_cli_tool