We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3009682 commit 3795443Copy full SHA for 3795443
utils/publish-deb.sh
@@ -149,6 +149,11 @@ func_deb_upload() {
149
find "${1}" -type f -name "apisix-base*.deb" \
150
-exec echo "upload : {}" \; \
151
-exec sh -c 'coscmd -b "${BUCKET}" -r "${COS_GLOBAL_REGION}" upload {} "/packages/${arch_path}${OS}/pool/${CODENAME}/main/a/apisix-base/${UPLOAD_TARGET_FILE}"' \;
152
+
153
+ find "${1}" -type f -name "apisix-runtime*.deb" \
154
+ -exec echo "upload : {}" \; \
155
+ -exec sh -c 'coscmd -b "${BUCKET}" -r "${COS_GLOBAL_REGION}" upload {} "/packages/${arch_path}${OS}/pool/${CODENAME}/main/a/apisix-runtime/${UPLOAD_TARGET_FILE}"' \;
156
157
}
158
159
func_repo_publish() {
0 commit comments