Skip to content

Commit b354fbd

Browse files
committed
Add debug output for publish and package steps in build workflow
1 parent cdf36e6 commit b354fbd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/graphs/build-test-publish.act

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,7 @@ nodes:
734734
y: 1430
735735
inputs:
736736
script: |
737+
echo "DEBUG publish: OS=$OS ARCH=$ARCH TARGET_TYPE=$TARGET_TYPE BUILD_DIR=$BUILD_DIR DIST_NEW=$DIST_NEW"
737738
mkdir -p "$DIST_NEW"
738739

739740

@@ -773,6 +774,8 @@ nodes:
773774
y: 1440
774775
inputs:
775776
script: |
777+
echo "DEBUG package: OS=$OS ARCH=$ARCH TARGET_TYPE=$TARGET_TYPE DIST_NEW=$DIST_NEW"
778+
ls -la "$DIST_NEW" || true
776779
if [[ "$TARGET_TYPE" == "py" ]]; then
777780
# Add Python libraries
778781
cp -r api/python/** $DIST_NEW

0 commit comments

Comments
 (0)