ci: fix build output name

This commit is contained in:
Zaiming (Stone) Shi 2022-06-27 15:20:34 +02:00
parent 1ba3ae9a44
commit 129915a199
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
outputs:
ce_vsn: ${{ steps.find-versions.outputs.CUR_CE_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:
run:
shell: bash