chore: typo correction

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2025-06-13 18:40:40 +05:30
parent db9654e176
commit 67a45a1fd8

View File

@@ -102,7 +102,7 @@ jobs:
- name: Build nocodb integrations
working-directory: ${{ env.working-directory }}
run: |
cd ../nocodb-integrations/core
cd ../noco-integrations/core
# extract nocodb-sdk or nocodbsdk-daily package name based on env
NOCODB_SDK_PKG_NAME=nocodb-sdk
if [[ ${{ github.event.inputs.targetEnv || inputs.targetEnv }} == 'DEV' ]]; then