Another attempt at xattr exporting

This commit is contained in:
David Dworken 2022-04-25 21:28:22 -07:00
parent cda9536abf
commit 257f5df7e8

View File

@ -35,12 +35,12 @@ jobs:
sha1sum hishtory-* sha1sum hishtory-*
echo "xattr:" echo "xattr:"
xattr hishtory-darwin-arm64 xattr hishtory-darwin-arm64
xattr -lp hishtory-darwin-arm64 xattr -p -l hishtory-darwin-arm64
xattr -p com.apple.cs.CodeSignature hishtory-darwin-arm64 xattr -p com.apple.cs.CodeSignature hishtory-darwin-arm64
man xattr man xattr
echo "Exporting xattr" echo "Exporting xattr"
xattr -lp hishtory-darwin-arm64 >> hishtory-darwin-arm64.xattr xattr -p -l hishtory-darwin-arm64 >> hishtory-darwin-arm64.xattr
xattr -lp hishtory-darwin-amd64 >> hishtory-darwin-amd64.xattr xattr -p -l hishtory-darwin-amd64 >> hishtory-darwin-amd64.xattr
- name: Release - name: Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')