Skip to content

Commit 4309598

Browse files
committed
Return github URL for redis tarball
1 parent 97039e2 commit 4309598

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/validate-redis-release-archive/validate-redis-release-archive.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ if [ -z "$TAG" ]; then
1313
fi
1414

1515
# Construct Redis archive URL
16-
#REDIS_ARCHIVE_URL="https://github.com/redis/redis/archive/refs/tags/${TAG}.tar.gz"
17-
REDIS_ARCHIVE_URL="https://download.redis.io/releases/redis-${TAG}.tar.gz"
16+
REDIS_ARCHIVE_URL="https://github.com/redis/redis/archive/refs/tags/${TAG}.tar.gz"
17+
#REDIS_ARCHIVE_URL="https://download.redis.io/releases/redis-${TAG}.tar.gz"
1818
echo "REDIS_ARCHIVE_URL: $REDIS_ARCHIVE_URL"
1919

2020
# Download the Redis archive
@@ -45,4 +45,4 @@ fi
4545
# Clean up temporary file
4646
rm -f "$TEMP_ARCHIVE"
4747

48-
echo "Redis archive validation completed successfully"
48+
echo "Redis archive validation completed successfully"

0 commit comments

Comments
 (0)