From 187184eff0bd0a7424a4e853fc121349e6ac6ba2 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sat, 16 Dec 2023 12:52:21 +0100 Subject: [PATCH] Whatever, include all targets in release --- .github/workflows/release.yml | 4 +--- .version | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0cdb44..dc52a0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,6 @@ jobs: - name: Build OpenSSL id: lib timeout-minutes: 60 - env: - OPENSSL_TARGETS: "ios-sim-cross-x86_64 ios-sim-cross-arm64 ios64-cross-arm64 ios64-cross-arm64e macos64-x86_64 macos64-arm64 mac-catalyst-x86_64 mac-catalyst-arm64 tvos-sim-cross-arm64 tvos-sim-cross-x86_64 tvos64-cross-arm64" run: | source scripts/get-openssl-version.sh @@ -27,7 +25,7 @@ jobs: TAG_NAME=$(get_openssl_version $OPENSSL_VERSION $SCRIPT_VERSION) echo "Compiling OpenSSL $OPENSSL_VERSION" - ./build-libssl.sh --cleanup --version="$OPENSSL_VERSION" --targets="$OPENSSL_TARGETS" --disable-bitcode + ./build-libssl.sh --cleanup --version="$OPENSSL_VERSION" --disable-bitcode echo "tag=$TAG_NAME" >> $GITHUB_OUTPUT echo "openssl_version=$OPENSSL_VERSION" >> $GITHUB_OUTPUT diff --git a/.version b/.version index 701b9f3..23a8b7e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.2.0-4 +3.2.0-5