Skip to content

Commit

Permalink
correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrancois committed Aug 25, 2019
1 parent b173eea commit d3c5d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/deploy_prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ echo "Finished Push commits"
echo "Running mvn package"
mvn package -DskipTests
echo "Making zip of javadoc"
cd ${TRAVIS_BUILD_DIR}/preferencesfx-core/target/apidocs
cd ${TRAVIS_BUILD_DIR}/preferencesfx/target/apidocs
zip -r ${TRAVIS_BUILD_DIR}/javadoc.zip .

0 comments on commit d3c5d52

Please sign in to comment.