Update build.yml

This commit is contained in:
Xikaro 2025-04-19 00:14:59 +05:00
parent 6f85a26a6c
commit 09545c0ce4

View file

@ -351,7 +351,7 @@ jobs:
name: 📦 Prepare release
needs: [info]
runs-on: ubuntu-latest
if: ${{ needs.info.outputs.exists == 'true' }}
if: needs.info.outputs.exists
steps:
- name: Debug if conditions
run: |