Skip to content

Commit fd78aa1

Browse files
authored
Merge pull request #84 from neo4j-contrib/cypher-add-dxt
Update generate-upload-dxt-cypher.yml
2 parents 4d01fce + 3f918dd commit fd78aa1

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/generate-upload-dxt-cypher.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,23 @@ jobs:
4747
uv sync
4848
# Install the package in development mode
4949
uv pip install -e .
50-
50+
5151
- name: Generate .dxt file
5252
run: |
5353
cd servers/mcp-neo4j-cypher/
5454
55+
# Debug current directory and files
56+
echo "Current working directory:"
57+
pwd
58+
echo ""
59+
echo "All files in directory (including hidden):"
60+
ls -la
61+
echo ""
62+
echo "Searching for manifest files:"
63+
find . -name "manifest.json" -type f
64+
find . -name "*manifest*" -type f
65+
echo ""
66+
5567
# List files to debug
5668
echo "Files in directory:"
5769
ls -la
@@ -63,7 +75,7 @@ jobs:
6375
6476
echo ""
6577
echo "Running dxt pack with uv..."
66-
uv run dxt pack
78+
uv run dxt pack .
6779
6880
- name: Upload .dxt file to release
6981
env:

0 commit comments

Comments
 (0)