From 102f13ddb3113c47bcff9d7dce1e6922349fbedc Mon Sep 17 00:00:00 2001 From: Ning Shang Date: Tue, 5 Nov 2024 19:24:07 -0800 Subject: [PATCH] Update to TRH v1.3.0 (#31) Use TRH `v1.3.0` for the action. This version of TRH introduces the `--tags` option to allow tags to be associated with a release. We will implement the tags feature in a future version of ota-release-action. --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 3b3248a..16fc163 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -28,7 +28,7 @@ SCRIPT_DIR="$(cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" readonly SCRIPT_DIR TRH_BINARY_PATH="${SCRIPT_DIR}/trh" readonly TRH_BINARY_PATH -TRH_DOWNLOAD_URL="https://downloads.thistle.tech/embedded-client/1.2.1/trh-1.2.1-x86_64-unknown-linux-musl.gz" +TRH_DOWNLOAD_URL="https://downloads.thistle.tech/embedded-client/1.3.0/trh-1.3.0-x86_64-unknown-linux-musl.gz" readonly TRH_DOWNLOAD_URL # Set environment variables