Skip to content

Commit

Permalink
[CI] Do explicit compare with 'true'?
Browse files Browse the repository at this point in the history
Why is CI a pain like this.
  • Loading branch information
DaveDavenport committed Jan 7, 2025
1 parent 829310b commit b8932b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/autotools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b8932b3

Please sign in to comment.