We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fddf9ad commit 05cb0b7Copy full SHA for 05cb0b7
.github/workflows/publish-workflow.yml
@@ -111,10 +111,11 @@ jobs:
111
echo "Bundle contents:"
112
ls -la
113
114
- # Create the bundle zip
115
- cd ../../../..
+ # Create the bundle zip (go back to repo root)
+ cd "$GITHUB_WORKSPACE"
116
zip -r bundle.zip bundle/
117
echo "Bundle created: bundle.zip"
118
+ ls -la bundle.zip
119
120
- name: Upload to Maven Central
121
env:
0 commit comments