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 c01971a commit ddf7320Copy full SHA for ddf7320
1 file changed
.github/workflows/Build_package_DSM73.yml
@@ -65,18 +65,6 @@ 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 "=== dist contents ==="
73
- find ./dist -type f
74
- echo "=== spk contents ==="
75
- 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
79
80
- name: Remove debug spk and rename package
81
if: steps.check_assets.outputs.spk_count == '0'
82
run: |
0 commit comments