Update build.yml

This commit is contained in:
Xikaro 2025-04-18 23:37:22 +05:00
parent ac0408d5a9
commit db084cca8e

View file

@ -354,7 +354,7 @@ jobs:
name: 🚀 Release to GitHub
needs: [info, build-modpack, build-server, build-multimc]
runs-on: ubuntu-latest
if: (github.env.RELEASE_ON_GITHUB == 'true' && github.env.DEV_ENVIRONMENT == 'false')
if: ${{ (github.env.RELEASE_ON_GITHUB == 'true' && github.env.DEV_ENVIRONMENT == 'false') }}
outputs:
url: ${{ steps.release.outputs.url }}