Fix actions

This commit is contained in:
Cryptiiiic 2022-10-09 00:16:17 -07:00
parent 077c03fa83
commit b7710d47d5
No known key found for this signature in database
GPG key ID: 6027B509EFE3A76B
3 changed files with 5 additions and 7 deletions

View file

@ -32,6 +32,4 @@ make -j4 -l4 -C cmake-build-asan-arm64
llvm-strip -s cmake-build-release-x86_64/src/futurerestore
codesign --deep --force --sign - cmake-build-release-x86_64/src/futurerestore
llvm-strip -s cmake-build-release-arm64/src/futurerestore
codesign --deep --force --sign - cmake-build-release-arm64/src/futurerestore
llvm-strip -s cmake-build-release-arm64/src/futurerestore

View file

@ -12,13 +12,13 @@ export FUTURERESTORE_VERSION_RELEASE=$(cat version.txt | tr -d '\n')
echo -n $FUTURERESTORE_VERSION_SHA > latest_build_sha.txt
echo -n $FUTURERESTORE_VERSION > latest_build_num.txt
lipo -create -arch x86_64 cmake-build-release-x86_64/src/futurerestore -arch arm64 cmake-build-release-arm64/src/futurerestore -output futurerestore
codesign --deep --force --sign - futurerestore
#codesign --force --sign - futurerestore
tar cpPJf "futurerestore-macOS-${FUTURERESTORE_VERSION_RELEASE}-Build_${FUTURERESTORE_VERSION}-RELEASE.tar.xz" futurerestore
rm -rf futurerestore
lipo -create -arch x86_64 cmake-build-debug-x86_64/src/futurerestore -arch arm64 cmake-build-debug-arm64/src/futurerestore -output futurerestore
codesign --deep --force --sign - futurerestore
#codesign --force --sign - futurerestore
tar cpPJf "futurerestore-macOS-${FUTURERESTORE_VERSION_RELEASE}-Build_${FUTURERESTORE_VERSION}-DEBUG.tar.xz" futurerestore
rm -rf futurerestore
lipo -create -arch x86_64 cmake-build-asan-x86_64/src/futurerestore -arch arm64 cmake-build-asan-arm64/src/futurerestore -output futurerestore
codesign --deep --force --sign - futurerestore
#codesign --force --sign - futurerestore
tar cpPJf "futurerestore-macOS-${FUTURERESTORE_VERSION_RELEASE}-Build_${FUTURERESTORE_VERSION}-ASAN.tar.xz" futurerestore

View file

@ -1,5 +1,5 @@
# futurerestore
[![CI Building](https://img.shields.io/github/workflow/status/futurerestore/futurerestore/CI?style=for-the-badge)](https://github.com/futurerestore/futurerestore/actions)
[![CI Building](https://img.shields.io/github/workflow/status/futurerestore/futurerestore/Futurerestore/main?style=for-the-badge)](https://github.com/futurerestore/futurerestore/actions)
__Make sure to read this page before continuing.__