Skip to content

Commit

Permalink
[CI] Fix typo in conditional.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDavenport committed Jan 7, 2025
1 parent 53fd39b commit 829310b
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.dorelease }}
if: ${{ inputs.do-release }}
uses: actions/upload-artifact@v4
with:
name: tarballs ${{ github.sha }}
Expand Down

0 comments on commit 829310b

Please sign in to comment.