new: add sha256 to github action for ios

This commit is contained in:
Hiddify
2024-01-16 16:52:42 +00:00
parent 7b2bf9503c
commit e6fe03c190
3 changed files with 52 additions and 25 deletions

View File

@@ -83,7 +83,11 @@ jobs:
else
gzip -r -S ".gz" ./bin/hiddify-libcore*
fi
- name: Calculate SHA256 Checksum
if: startsWith(matrix.job.target,'ios')
run: |
sha256sum hiddify-libcore-ios.xcframework.zip > hiddify-libcore-ios.xcframework.zip.sha256
working-directory: bin
- uses: actions/upload-artifact@v3
if: ${{ success() }}
with: