Skip to content

Commit 4c6ec56

Browse files
committed
Fix adjustment of Maven Central bundle
1 parent 58c17e0 commit 4c6ec56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
pushd target/central-staging
113113
echo "Contents of $(pwd):"
114114
ls -lR
115-
rm -rf org/eclipse/esmf/documentation
115+
rm -rf org/eclipse/esmf/esmf-documentation
116116
zip -r -9 ../../central-bundle.zip .
117117
popd
118118

0 commit comments

Comments
 (0)