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 ae0ec1f commit c01971aCopy full SHA for c01971a
1 file changed
.github/workflows/Build_package_DSM73.yml
@@ -69,14 +69,13 @@ jobs:
69
- name: Inspect toolkit output
70
if: steps.check_assets.outputs.spk_count == '0'
71
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 {} \;
76
echo "=== dist contents ==="
77
find ./dist -type f
78
echo "=== spk contents ==="
79
find ./dist -name "*.spk" -exec unzip -l {} \;
+ echo "=== package.tgz contents ==="
+ find ./dist -name "*.spk" -exec sh -c 'unzip -p "$1" package.tgz | tar -tzf -' _ {} \;
+
80
81
- name: Remove debug spk and rename package
82
0 commit comments