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 }}