Skip to content

Commit ddf7320

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

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/Build_package_DSM73.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,6 @@ jobs:
6565
arch: 'kvmx64'
6666
output: ./dist
6767

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-
8068
- name: Remove debug spk and rename package
8169
if: steps.check_assets.outputs.spk_count == '0'
8270
run: |

0 commit comments

Comments
 (0)