mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
[CI] Fix typo in conditional.
This commit is contained in:
parent
53fd39b6ee
commit
829310b290
1 changed files with 1 additions and 1 deletions
2
.github/actions/autotools/action.yml
vendored
2
.github/actions/autotools/action.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue