1
0
Fork 0
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:
Qball 2025-01-07 19:42:46 +01:00
parent 53fd39b6ee
commit 829310b290

View file

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