diff --git a/.github/workflows/mac-build.sh b/.github/workflows/mac-build.sh index 1eed94b9..3ff4a890 100755 --- a/.github/workflows/mac-build.sh +++ b/.github/workflows/mac-build.sh @@ -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 \ No newline at end of file diff --git a/.github/workflows/mac-post.sh b/.github/workflows/mac-post.sh index 89884ab0..4602b506 100755 --- a/.github/workflows/mac-post.sh +++ b/.github/workflows/mac-post.sh @@ -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 diff --git a/README.md b/README.md index 9f71c442..6fd6284a 100644 --- a/README.md +++ b/README.md @@ -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.__