File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 33# Exit this script immediately if a command/function exits with a non-zero status.
44set -e
55
6- SCRIPT_INCLUDES=" log.bash utils.bash setup-secrets.bash openjdk.bash maven.bash"
6+ SCRIPT_INCLUDES=" log.bash utils.bash setup-secrets.bash openjdk.bash maven.bash sourceforge-api.bash "
77# shellcheck source=inc/fetch_ci_scripts.bash
88source " $( dirname " $0 " ) /inc/fetch_ci_scripts.bash" && fetch_ci_scripts
99
@@ -95,6 +95,9 @@ $(head -$END_LINE ReleaseNotes.md | tail -$((END_LINE - BEGIN_LINE)))
9595
9696 pmd_ci_gh_releases_updateRelease " $GH_RELEASE " " $RELEASE_NAME " " $RELEASE_BODY "
9797
98+ # Upload it to sourceforge
99+ pmd_ci_sourceforge_uploadFile " pmd-eclipse/zipped" " net.sourceforge.pmd.eclipse.p2updatesite/target/net.sourceforge.pmd.eclipse.p2updatesite-${PMD_CI_MAVEN_PROJECT_VERSION} .zip"
100+
98101 # Publish release
99102 pmd_ci_gh_releases_publishRelease " $GH_RELEASE "
100103
You can’t perform that action at this time.
0 commit comments