We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f45cd commit dfb5c33Copy full SHA for dfb5c33
1 file changed
.github/workflows/release.yaml
@@ -199,10 +199,10 @@ jobs:
199
powershell: |
200
Write-Output "Watch is not supported for this connector"
201
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"'
+ cliPluginEntrypoint:
+ type: ShellScript
+ bash: 'set -e -o pipefail; "\$HASURA_DDN_NATIVE_CONNECTOR_PLUGIN_DIR/bin/ndc-cli"'
+ powershell: '\$ErrorActionPreference = "Stop"; & "\$env:HASURA_DDN_NATIVE_CONNECTOR_PLUGIN_DIR\bin\ndc-cli.exe"'
206
EOF
207
208
# Create tarball
0 commit comments