Skip to content

Commit 4dcb628

Browse files
committed
Update Build_package_DSM73.yml
1 parent a049fa3 commit 4dcb628

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/Build_package_DSM73.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,18 @@ jobs:
6565
arch: 'kvmx64'
6666
output: ./dist
6767

68+
69+
- name: Inspect toolkit output
70+
if: steps.check_assets.outputs.spk_count == '0'
71+
run: |
72+
echo "=== toolkit source ==="
73+
find /toolkit/source -type f
74+
echo "=== toolkit result_spk ==="
75+
find /toolkit/result_spk -type f
76+
echo "=== package.tgz contents ==="
77+
find /toolkit/result_spk -name "package.tgz" -exec tar -tzf {} \;
78+
79+
6880
- name: Remove debug spk and rename package
6981
if: steps.check_assets.outputs.spk_count == '0'
7082
run: |

0 commit comments

Comments
 (0)