Skip to content

Commit ae0ec1f

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

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/Build_package_DSM73.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,14 @@ jobs:
6969
- name: Inspect toolkit output
7070
if: steps.check_assets.outputs.spk_count == '0'
7171
run: |
72-
echo "=== toolkit source ==="
73-
find /toolkit/source -type f
7472
echo "=== toolkit result_spk ==="
7573
find /toolkit/result_spk -type f
7674
echo "=== package.tgz contents ==="
7775
find /toolkit/result_spk -name "package.tgz" -exec tar -tzf {} \;
78-
76+
echo "=== dist contents ==="
77+
find ./dist -type f
78+
echo "=== spk contents ==="
79+
find ./dist -name "*.spk" -exec unzip -l {} \;
7980
8081
- name: Remove debug spk and rename package
8182
if: steps.check_assets.outputs.spk_count == '0'

0 commit comments

Comments
 (0)