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 4dcb628 commit ae0ec1fCopy full SHA for ae0ec1f
1 file changed
.github/workflows/Build_package_DSM73.yml
@@ -69,13 +69,14 @@ jobs:
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
-
+ echo "=== dist contents ==="
+ find ./dist -type f
+ echo "=== spk contents ==="
79
+ find ./dist -name "*.spk" -exec unzip -l {} \;
80
81
- name: Remove debug spk and rename package
82
0 commit comments