Skip to content

Commit 348a9cf

Browse files
committed
update generate-artifact-hash.sh
1 parent 66eb260 commit 348a9cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sapi/scripts/generate-artifact-hash.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ WINDOWS_DOWNLOAD_SWOOLE_CLIE_RUNTIME() {
142142

143143
APP_RUNTIME="${APP_NAME}-${APP_VERSION}-cygwin-${ARCH}"
144144
test -f ${APP_RUNTIME}.zip || curl -fSLo ${APP_RUNTIME}.zip ${APP_DOWNLOAD_URL}
145-
test -f all-deps.zip || curl -fSLo all-deps.zip https://github.com/swoole/build-static-php/releases/download/${VERSION}/all-deps.zip
146-
147145
}
148146
WINDOWS_DOWNLOAD() {
149147
WINDOWS_DOWNLOAD_SWOOLE_CLIE_RUNTIME "$1"
@@ -167,6 +165,8 @@ DOWNLOAD() {
167165

168166
}
169167

168+
test -f all-deps.zip || curl -fSLo all-deps.zip https://github.com/swoole/build-static-php/releases/download/${VERSION}/all-deps.zip
169+
170170
DOWNLOAD
171171

172172
ls -p | grep -v '/$' | xargs sha256sum

0 commit comments

Comments
 (0)