1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-02-03 15:34:54 -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
make check make check
- id: upload - id: upload
if: ${{ inputs.do-release }} if: ${{ inputs.do-release == 'true' }}
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: tarballs ${{ github.sha }} name: tarballs ${{ github.sha }}