1299172402/Lanzou Cloud Upload
上传文件到蓝奏云网盘,可用于为 中国大陆用户 提供 Release 发布、构建产物上传
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 20, 2026
- License
- None
Pinned Snippet
uses: 1299172402/lanzou_release@c0a54cff04ec82d67b65a154fa33927776a56569 # v1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ylogin | 蓝奏云登录 Cookie 中的 ylogin 值 | yes | — |
| phpdisk_info | 蓝奏云登录 Cookie 中的 phpdisk_info 值 | yes | — |
| folder_id | 目标文件夹 ID | yes | — |
| file_path | 要上传的文件路径(支持 glob 模式,如 dist/*.zip) | yes | — |
| file_name | 上传后显示的文件名(可选,默认使用原文件名) | no | — |
Outputs
| name | description |
|---|---|
| uploaded_status | 上传状态,success 表示全部成功,partial 表示部分成功 |