mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 00:00:46 +00:00
Fix workflow action (#2423)
This commit is contained in:
committed by
GitHub
parent
aef26ea567
commit
e9ae3fb7e6
@@ -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