Fix workflow action (#2423)
This commit is contained in:
committed by
GitHub
parent
aef26ea567
commit
e9ae3fb7e6
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user