Fix workflow action (#2423)

This commit is contained in:
Guillaume Bouvignies
2023-10-10 08:25:33 -07:00
committed by GitHub
parent aef26ea567
commit e9ae3fb7e6

View File

@@ -191,7 +191,7 @@ jobs:
${{ steps.extract.outputs.destination }}/*
attach_ee_binary_to_release:
needs: [build-ee]
needs: [build_ee]
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags/') }}
steps: