ci: fix build error

This commit is contained in:
Rory Z 2022-07-01 11:33:22 +08:00
parent b134c3562a
commit ee66e872a3
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ on:
jobs: jobs:
prepare: prepare:
runs-on: ubuntu-20.04
outputs: outputs:
BUILD_PROFILE: ${{ steps.get_profile.outputs.BUILD_PROFILE }} BUILD_PROFILE: ${{ steps.get_profile.outputs.BUILD_PROFILE }}
IS_EXACT_TAG: ${{ steps.get_profile.outputs.IS_EXACT_TAG }} IS_EXACT_TAG: ${{ steps.get_profile.outputs.IS_EXACT_TAG }}