Skip to content

Commit 308e7fe

Browse files
Yong HeYong He
Yong He
authored and
Yong He
committed
fixup
1 parent 9c43964 commit 308e7fe

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/release.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -176,18 +176,12 @@ jobs:
176176
rm ${base}.zip
177177
rm ${base}.tar.gz
178178
cd ./ttmp
179-
180179
7z a ../${base}.zip .
181-
7z a -tgzip ../${base}.tar.gz .
182-
180+
tar -czvf ../${base}.tar.gz .
181+
cd ../
183182
- name: File check
184183
run: |
185184
find "build/dist-$config" -print0 ! -iname '*.md' ! -iname '*.h' -type f | xargs -0 file
186-
if [ "${{matrix.os}}" = "macos" ]; then
187-
find "build/dist-$config" -print0 ! -iname '*.md' ! -iname '*.h' -type f |
188-
xargs -0 codesign --verify --verbose=2 ||
189-
echo "code signing failed"
190-
fi
191185
192186
- name: UploadBinary
193187
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)