Update build.yml

This commit is contained in:
Xikaro 2025-04-18 23:28:37 +05:00
parent dacd5a5d24
commit b4843700f2

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'
outputs:
url: ${{ steps.release.outputs.url }}