From 1da7e96fcee082697a8aee1f540735fd749f9ff0 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Fri, 23 Feb 2024 15:20:59 +0100 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 61e53f3..eb616bd 100644 --- a/action.yml +++ b/action.yml @@ -67,7 +67,7 @@ runs: rattler-build build --recipe "${{ inputs.recipe-path }}" --color always ${{ inputs.build-args }} env: RATTLER_BUILD_ENABLE_GITHUB_INTEGRATION: 'true' - RATTLER_BUILD_COLOR: 'true' + RATTLER_BUILD_COLOR: 'always' - name: Build conda package (Windows) shell: powershell if: ${{ runner.os == 'Windows' }} @@ -75,7 +75,7 @@ runs: rattler-build build --recipe "${{ inputs.recipe-path }}" ${{ inputs.build-args }} env: RATTLER_BUILD_ENABLE_GITHUB_INTEGRATION: 'true' - RATTLER_BUILD_COLOR: 'true' + RATTLER_BUILD_COLOR: 'always' - name: Upload build artifacts uses: actions/upload-artifact@v4 if: ${{ inputs.upload-artifact == 'true' }}