mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-07-07 15:50:32 +00:00
Fix actions
This commit is contained in:
parent
077c03fa83
commit
b7710d47d5
2
.github/workflows/mac-build.sh
vendored
2
.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
|
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
|
llvm-strip -s cmake-build-release-arm64/src/futurerestore
|
||||||
codesign --deep --force --sign - 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_SHA > latest_build_sha.txt
|
||||||
echo -n $FUTURERESTORE_VERSION > latest_build_num.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
|
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
|
tar cpPJf "futurerestore-macOS-${FUTURERESTORE_VERSION_RELEASE}-Build_${FUTURERESTORE_VERSION}-RELEASE.tar.xz" futurerestore
|
||||||
rm -rf 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
|
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
|
tar cpPJf "futurerestore-macOS-${FUTURERESTORE_VERSION_RELEASE}-Build_${FUTURERESTORE_VERSION}-DEBUG.tar.xz" futurerestore
|
||||||
rm -rf 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
|
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
|
tar cpPJf "futurerestore-macOS-${FUTURERESTORE_VERSION_RELEASE}-Build_${FUTURERESTORE_VERSION}-ASAN.tar.xz" futurerestore
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# futurerestore
|
# futurerestore
|
||||||
[](https://github.com/futurerestore/futurerestore/actions)
|
[](https://github.com/futurerestore/futurerestore/actions)
|
||||||
|
|
||||||
__Make sure to read this page before continuing.__
|
__Make sure to read this page before continuing.__
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue