Update build.yml

This commit is contained in:
Xikaro
2025-04-19 00:16:21 +05:00
parent 09545c0ce4
commit 378d36dd48

View File

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