This is an automated email from the ASF dual-hosted git repository.
porcelli pushed a commit to branch 0.32.0-prerelease
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-tools-temporary-rnd-do-not-use.git
The following commit(s) were added to refs/heads/0.32.0-prerelease by this push:
new 95451f9d94 NO-ISSUE: Fix standalone job in the release workflow (#2010)
95451f9d94 is described below
commit 95451f9d944c23e12d20109b869ac382f56812fb
Author: Guilherme Caponetto <[email protected]>
AuthorDate: Thu Oct 12 18:54:17 2023 -0300
NO-ISSUE: Fix standalone job in the release workflow (#2010)
---
.github/workflows/release_build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release_build.yml
b/.github/workflows/release_build.yml
index 92a5600345..3e35fb6935 100644
--- a/.github/workflows/release_build.yml
+++ b/.github/workflows/release_build.yml
@@ -908,7 +908,7 @@ jobs:
run: |
echo "Copy standalone resources"
rm -rf $STANDALONE_EDITORS_DIR
- mkdir $STANDALONE_EDITORS_DIR
+ mkdir $STANDALONE_EDITORS_DIR $STANDALONE_EDITORS_DIR/bpmn
$STANDALONE_EDITORS_DIR/dmn $STANDALONE_EDITORS_DIR/swf
cp ${{ github.workspace
}}/kie-tools/packages/kie-editors-standalone/dist/bpmn/index.js
$STANDALONE_EDITORS_DIR/bpmn/
cp ${{ github.workspace
}}/kie-tools/packages/kie-editors-standalone/dist/dmn/index.js
$STANDALONE_EDITORS_DIR/dmn/
cp ${{ github.workspace
}}/kie-tools/packages/serverless-workflow-standalone-editor/dist/swf/index.js
$STANDALONE_EDITORS_DIR/swf/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]