Skip to content

Commit

Permalink
fixup
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 9c43964 commit 308e7fe
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,18 +176,12 @@ jobs:
rm ${base}.zip
rm ${base}.tar.gz
cd ./ttmp
7z a ../${base}.zip .
7z a -tgzip ../${base}.tar.gz .
tar -czvf ../${base}.tar.gz .
cd ../
- name: File check
run: |
find "build/dist-$config" -print0 ! -iname '*.md' ! -iname '*.h' -type f | xargs -0 file
if [ "${{matrix.os}}" = "macos" ]; then
find "build/dist-$config" -print0 ! -iname '*.md' ! -iname '*.h' -type f |
xargs -0 codesign --verify --verbose=2 ||
echo "code signing failed"
fi
- name: UploadBinary
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 308e7fe

Please sign in to comment.