From b8932b36ce3d7fa7b097c5e904b6237901fdc2af Mon Sep 17 00:00:00 2001 From: Qball Date: Tue, 7 Jan 2025 19:54:04 +0100 Subject: [PATCH] [CI] Do explicit compare with 'true'? Why is CI a pain like this. --- .github/actions/autotools/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/autotools/action.yml b/.github/actions/autotools/action.yml index 53719aa1..e226fe0d 100644 --- a/.github/actions/autotools/action.yml +++ b/.github/actions/autotools/action.yml @@ -48,7 +48,7 @@ runs: make make check - id: upload - if: ${{ inputs.do-release }} + if: ${{ inputs.do-release == 'true' }} uses: actions/upload-artifact@v4 with: name: tarballs ${{ github.sha }}