1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -05:00

[CI] Do explicit compare with 'true'?

Why is CI a pain like this.
This commit is contained in:
Qball 2025-01-07 19:54:04 +01:00
parent 829310b290
commit b8932b36ce

View file

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