From a29263681390a25e903415eac8070729a16f6438 Mon Sep 17 00:00:00 2001 From: taynpg Date: Sun, 25 Jan 2026 15:24:36 +0800 Subject: [PATCH] d --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27ee0bb..9027054 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,7 +67,8 @@ create-release: - $uploadUrl = "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/releases/v$PROJECT_VERSION/$(Split-Path $zipFile -Leaf)" - Write-Host "上传到: $uploadUrl" - - curl --fail --show-error --location \ + - > + curl --fail --show-error --location \ --header "JOB-TOKEN: $CI_JOB_TOKEN" \ --upload-file "$zipFile" \ "$uploadUrl"