ci: fix build output name
This commit is contained in:
parent
1ba3ae9a44
commit
129915a199
|
@ -20,7 +20,7 @@ jobs:
|
||||||
outputs:
|
outputs:
|
||||||
ce_vsn: ${{ steps.find-versions.outputs.CUR_CE_VSN }}
|
ce_vsn: ${{ steps.find-versions.outputs.CUR_CE_VSN }}
|
||||||
ee_vsn: ${{ steps.find-versions.outputs.CUR_EE_VSN }}
|
ee_vsn: ${{ steps.find-versions.outputs.CUR_EE_VSN }}
|
||||||
old_vsns: ${{ steps.generate-matrix.outputs.OLD_VERSIONS }}
|
old_vsns: ${{ steps.find-versions.outputs.OLD_VERSIONS }}
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue