Skip to content

Commit

Permalink
Fix extended services release jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Sep 12, 2024
1 parent 784ef14 commit 4ad686f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release_build_extended_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ jobs:
WINDOWS_ARTIFACT_ZIP_FILE="./extended-services-final-release-artifacts/incubator-kie-$RELEASE_CANDIDATE_VERSION-sandbox-extended-services-windows-x86.zip"
#echo "MACOS_ARTIFACT_ZIP_FILE=$MACOS_ARTIFACT_ZIP_FILE" >> "$GITHUB_OUTPUT"
echo "WINDOWS_ARTIFACT_ZIP_FILE=$WINDOWS_ARTIFACT_ZIP_FILE" >> "$GITHUB_OUTPUT"
ls -la ./extended-services-release-artifacts
#zip $MACOS_ARTIFACT_ZIP_FILE ./extended-services-release-artifacts/Kogito.dmg
zip $WINDOWS_ARTIFACT_ZIP_FILE ./extended-services-release-artifacts/kie_sandbox_extended_services.exe
Expand Down Expand Up @@ -469,5 +468,5 @@ jobs:
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"
svn ci --non-interactive --no-auth-cache --username $SVN_USERNAME --password '$SVN_PASSWORD' -m "Apache KIE $RELEASE_CANDIDATE_VERSION Extended Services artifacts"
rm -rf svn-kie

0 comments on commit 4ad686f

Please sign in to comment.