File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,10 @@ jobs:
46
46
ls -lah watcher/sdk/*.tgz
47
47
md5sum watcher/sdk/*.tgz
48
48
md5sum watcher/sdk/example-liquidity-layer/*.tgz
49
- ls -lah watcher/sdk/example-liquidity-layer/*.tgz
50
49
cp -v watcher/sdk/example-liquidity-layer/*.tgz watcher/sdk
51
- ls -lah watcher/sdk/
52
50
git diff --stat
53
- git status
54
51
git diff --name-only
52
+ diff <(tar -tvf watcher/sdk/wormhole-foundation-example-liquidity-layer-evm-0.0.1.tgz) <(tar -tvf watcher/sdk/example-liquidity-layer/wormhole-foundation-example-liquidity-layer-evm-0.0.1.tgz)
55
53
56
54
- name : Compare checksums
57
55
run : git diff --name-only --exit-code && echo "✅ Checksums match. All generated files are consistent with committed versions." || (echo "❌ Checksum mismatch! Generated files do not match committed ones." >&2 && exit 1)
You can’t perform that action at this time.
0 commit comments