fix:update release yaml remove step:Upload artifacts

This commit is contained in:
lennlouisgeek
2026-02-05 02:23:45 +08:00
parent 7e83d5838e
commit 5f2b722176

View File

@@ -296,11 +296,3 @@ jobs:
& curl.exe -sS -X POST -H "Authorization: token $token" -F "attachment=@$asset" $uploadUrl
if ($LASTEXITCODE -ne 0) { throw "Upload failed for $name" }
}
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: windows-${{ env.BUILD_TYPE }}
path: |
dist/**
dist.zip