Skip to content

Commit dfb5c33

Browse files
committed
fix the path of ndc-cli in cliPluginEntrypoint
1 parent 58f45cd commit dfb5c33

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@ jobs:
199199
powershell: |
200200
Write-Output "Watch is not supported for this connector"
201201
exit 1
202-
cliPluginEntrypoint:
203-
type: ShellScript
204-
bash: 'set -e -o pipefail; "\$HASURA_DDN_NATIVE_CONNECTOR_PLUGIN_DIR/entrypoint.sh"'
205-
powershell: '\$ErrorActionPreference = "Stop"; & "\$env:HASURA_DDN_NATIVE_CONNECTOR_PLUGIN_DIR/entrypoint.bat"'
202+
cliPluginEntrypoint:
203+
type: ShellScript
204+
bash: 'set -e -o pipefail; "\$HASURA_DDN_NATIVE_CONNECTOR_PLUGIN_DIR/bin/ndc-cli"'
205+
powershell: '\$ErrorActionPreference = "Stop"; & "\$env:HASURA_DDN_NATIVE_CONNECTOR_PLUGIN_DIR\bin\ndc-cli.exe"'
206206
EOF
207207
208208
# Create tarball

0 commit comments

Comments
 (0)