Skip to content

Commit cfa39f5

Browse files
committed
trust AI
1 parent 9b14ebe commit cfa39f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-cli-plugin-manifest.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,6 @@ jobs:
181181
182182
- name: generate a connector package
183183
run: |
184-
chmod +x ./release/artifacts/ndc-sqlserver-cli-*
185-
./release/artifacts/ndc-sqlserver-cli-x86_64-unknown-linux-gnu --context=release/package initialize --with-metadata --binary-cli-manifest=cli-manifest.yaml
186-
echo "$(tree release/package)"
184+
chmod +x cli/linux-amd64/hasura-ndc-sqlserver
185+
./cli/linux-amd64/hasura-ndc-sqlserver initialize --with-metadata --binary-cli-manifest=cli-manifest.yaml
186+
echo "$(tree .)"

0 commit comments

Comments
 (0)