Update build.yml

This commit is contained in:
Xikaro 2025-04-18 23:59:49 +05:00
parent 712daf8630
commit 7830321e68

View file

@ -354,7 +354,7 @@ jobs:
name: 📦 Prepare release
needs: [info]
runs-on: ubuntu-latest
if: ${{ !(github.env.DEV_ENVIRONMENT) && (github.env.RELEASE_ON_GITHUB) }}
if: ${{ (!github.env.DEV_ENVIRONMENT) && (github.env.RELEASE_ON_GITHUB) }}
steps:
- name: Debug if conditions
run: |