Skip to content

Commit c01971a

Browse files
committed
Update Build_package_DSM73.yml
1 parent ae0ec1f commit c01971a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/Build_package_DSM73.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,13 @@ jobs:
6969
- name: Inspect toolkit output
7070
if: steps.check_assets.outputs.spk_count == '0'
7171
run: |
72-
echo "=== toolkit result_spk ==="
73-
find /toolkit/result_spk -type f
74-
echo "=== package.tgz contents ==="
75-
find /toolkit/result_spk -name "package.tgz" -exec tar -tzf {} \;
7672
echo "=== dist contents ==="
7773
find ./dist -type f
7874
echo "=== spk contents ==="
7975
find ./dist -name "*.spk" -exec unzip -l {} \;
76+
echo "=== package.tgz contents ==="
77+
find ./dist -name "*.spk" -exec sh -c 'unzip -p "$1" package.tgz | tar -tzf -' _ {} \;
78+
8079
8180
- name: Remove debug spk and rename package
8281
if: steps.check_assets.outputs.spk_count == '0'

0 commit comments

Comments
 (0)