mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-19 19:37:59 +02:00
Another attempt at xattr exporting
This commit is contained in:
parent
cda9536abf
commit
257f5df7e8
6
.github/workflows/build-and-sign-macos.yml
vendored
6
.github/workflows/build-and-sign-macos.yml
vendored
@ -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/')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user