Skip to content

Commit 6004d84

Browse files
JimhHanJimhHan
JimhHan
authored and
JimhHan
committed
Revert "Refine digest file"
1 parent 97fcd6f commit 6004d84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,15 @@ jobs:
180180
COREDGST=$CORE.dgst
181181
for METHOD in {"md5","sha1","sha256","sha512"}
182182
do
183-
openssl dgst -$METHOD $CORE | sed 's/([^)]*)//g' | tr -d ' ' >>$COREDGST
183+
openssl dgst -$METHOD $CORE | sed 's/([^)]*)//g' >>$COREDGST
184184
done
185185
done
186186
popd || exit 1
187187
FILE=./Xray-$ASSET_NAME.zip
188188
DGST=$FILE.dgst
189189
for METHOD in {"md5","sha1","sha256","sha512"}
190190
do
191-
openssl dgst -$METHOD $FILE | sed 's/([^)]*)//g' | tr -d ' ' >>$DGST
191+
openssl dgst -$METHOD $FILE | sed 's/([^)]*)//g' >>$DGST
192192
done
193193
194194
- name: Change the name

0 commit comments

Comments
 (0)