File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
20
20
name : Prepare Standalone Package
21
21
run : |
22
22
mkdir ./artifact
23
- cp ./tools/get-higress.sh ./artifact
24
23
LOCAL_RELEASE_URL="https://github.com/higress-group/higress-standalone/releases"
25
24
VERSION=$(curl -Ls $LOCAL_RELEASE_URL | grep 'href="/higress-group/higress-standalone/releases/tag/v[0-9]*.[0-9]*.[0-9]*\"' | sed -E 's/.*\/higress-group\/higress-standalone\/releases\/tag\/(v[0-9\.]+)".*/\1/g' | head -1)
26
25
DOWNLOAD_URL="https://github.com/higress-group/higress-standalone/archive/refs/tags/${VERSION}.tar.gz"
27
26
curl -SsL "$DOWNLOAD_URL" -o "./artifact/higress-${VERSION}.tar.gz"
27
+ curl -SsL "https://raw.githubusercontent.com/higress-group/higress-standalone/refs/heads/main/src/get-higress.sh" -o "./artifact/get-higress.sh"
28
28
echo -n "$VERSION" > ./artifact/VERSION
29
29
echo "Version=$VERSION"
30
30
# Step 3
You can’t perform that action at this time.
0 commit comments