fix: bug in checksum

This commit is contained in:
Hiddify
2024-01-16 19:54:47 +01:00
committed by GitHub
parent 4e672ac7af
commit eb3ded1a99

View File

@@ -86,7 +86,7 @@ jobs:
- name: Calculate SHA256 Checksum
if: startsWith(matrix.job.target,'ios')
run: |
sha256sum hiddify-libcore-ios.xcframework.zip > hiddify-libcore-ios.xcframework.zip.sha256
sha256sum hiddify-libcore-ios.xcframework.zip | awk '{print $1}'> hiddify-libcore-ios.xcframework.zip.sha256
working-directory: bin
- uses: actions/upload-artifact@v3
if: ${{ success() }}