Skip to content

Commit 9c43964

Browse files
Yong HeYong He
Yong He
authored and
Yong He
committed
debug
1 parent 1b5c22d commit 9c43964

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/release.yml

+15
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,21 @@ jobs:
165165
unzip "${base}.zip" -d ./ttmp
166166
echo "packed checksum slangd:"
167167
shasum -a 256 "./ttmp/bin/slangd"
168+
169+
echo "checksum slangd after pack:"
170+
shasum -a 256 "build/Release/bin/slangd"
171+
172+
/bin/cp -rf build/Release/bin/* ./ttmp/bin/
173+
/bin/cp -rf build/Release/lib/* ./ttmp/lib/
174+
echo "checksum slangd (overwrite):"
175+
shasum -a 256 "./ttmp/bin/slangd"
176+
rm ${base}.zip
177+
rm ${base}.tar.gz
178+
cd ./ttmp
179+
180+
7z a ../${base}.zip .
181+
7z a -tgzip ../${base}.tar.gz .
182+
168183
- name: File check
169184
run: |
170185
find "build/dist-$config" -print0 ! -iname '*.md' ! -iname '*.h' -type f | xargs -0 file

0 commit comments

Comments
 (0)