Skip to content

Commit 13d12f6

Browse files
committed
Upload update-site to sourceforge
1 parent 5f43e9f commit 13d12f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.ci/build.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Exit this script immediately if a command/function exits with a non-zero status.
44
set -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
88
source "$(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

0 commit comments

Comments
 (0)