Update build.yml

This commit is contained in:
Xikaro 2025-04-18 23:26:36 +05:00
parent bab2bdc1ef
commit dacd5a5d24

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' && needs.info.outputs.exists == 'false' }}
if: github.env.RELEASE_ON_GITHUB == 'true' && github.env.DEV_ENVIRONMENT == 'false' && needs.info.outputs.exists == 'false'
outputs:
url: ${{ steps.release.outputs.url }}