mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-04-20 14:31:41 +00:00
Fix actions
This commit is contained in:
parent
077c03fa83
commit
b7710d47d5
4
.github/workflows/mac-build.sh
vendored
4
.github/workflows/mac-build.sh
vendored
|
@ -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
|
6
.github/workflows/mac-post.sh
vendored
6
.github/workflows/mac-post.sh
vendored
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# futurerestore
|
||||
[](https://github.com/futurerestore/futurerestore/actions)
|
||||
[](https://github.com/futurerestore/futurerestore/actions)
|
||||
|
||||
__Make sure to read this page before continuing.__
|
||||
|
||||
|
|
Loading…
Reference in a new issue