Skip to content

Commit a2c90fc

Browse files
committed
Fix wrong path whenn adding new release to update site
1 parent 8b65f86 commit a2c90fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ $(head -$END_LINE ReleaseNotes.md | tail -$((END_LINE - BEGIN_LINE)))
153153
(
154154
cd current-p2-site
155155

156-
unzip -q -d "${PMD_CI_MAVEN_PROJECT_VERSION}" "net.sourceforge.pmd.eclipse.p2updatesite/target/net.sourceforge.pmd.eclipse.p2updatesite-${PMD_CI_MAVEN_PROJECT_VERSION}.zip"
156+
unzip -q -d "${PMD_CI_MAVEN_PROJECT_VERSION}" "../net.sourceforge.pmd.eclipse.p2updatesite/target/net.sourceforge.pmd.eclipse.p2updatesite-${PMD_CI_MAVEN_PROJECT_VERSION}.zip"
157157
git add "${PMD_CI_MAVEN_PROJECT_VERSION}"
158158
regenerate_metadata
159159

0 commit comments

Comments
 (0)