Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Yong He authored and Yong He committed Jul 12, 2024
1 parent 1b5c22d commit 9c43964
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,21 @@ jobs:
unzip "${base}.zip" -d ./ttmp
echo "packed checksum slangd:"
shasum -a 256 "./ttmp/bin/slangd"
echo "checksum slangd after pack:"
shasum -a 256 "build/Release/bin/slangd"
/bin/cp -rf build/Release/bin/* ./ttmp/bin/
/bin/cp -rf build/Release/lib/* ./ttmp/lib/
echo "checksum slangd (overwrite):"
shasum -a 256 "./ttmp/bin/slangd"
rm ${base}.zip
rm ${base}.tar.gz
cd ./ttmp
7z a ../${base}.zip .
7z a -tgzip ../${base}.tar.gz .
- name: File check
run: |
find "build/dist-$config" -print0 ! -iname '*.md' ! -iname '*.h' -type f | xargs -0 file
Expand Down

0 comments on commit 9c43964

Please sign in to comment.