We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a049fa3 commit 4dcb628Copy full SHA for 4dcb628
1 file changed
.github/workflows/Build_package_DSM73.yml
@@ -65,6 +65,18 @@ jobs:
65
arch: 'kvmx64'
66
output: ./dist
67
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
80
- name: Remove debug spk and rename package
81
if: steps.check_assets.outputs.spk_count == '0'
82
run: |
0 commit comments