This is an automated email from the ASF dual-hosted git repository. rantunes pushed a commit to branch extended-services-release-job in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
commit 8ea2d30fb87ff482c4d54931a7bad381e771625d Author: Rodrigo Antunes <[email protected]> AuthorDate: Thu Sep 12 13:04:28 2024 -0300 Fix extended services release jobs --- .github/workflows/release_build_extended_services.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_build_extended_services.yml b/.github/workflows/release_build_extended_services.yml index e19a9201691..caadbe07e80 100644 --- a/.github/workflows/release_build_extended_services.yml +++ b/.github/workflows/release_build_extended_services.yml @@ -465,7 +465,7 @@ jobs: RELEASE_CANDIDATE_VERSION: ${{ inputs.release_candidate_version }} run: | svn co --depth=empty https://dist.apache.org/repos/dist/dev/incubator/kie/$RELEASE_CANDIDATE_VERSION/ svn-kie - cp ./extended-services-zipped-release-artifacts/* svn-kie + cp ./extended-services-final-release-artifacts/* svn-kie cd svn-kie svn add . --force svn ci --non-interactive --no-auth-cache --username "$SVN_USERNAME" --password "$SVN_PASSWORD" -m "Apache KIE $RELEASE_CANDIDATE_VERSION Extended Services artifacts" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
