Skip to content

Commit 0f7846f

Browse files
committed
fix: install cos-nodejs-sdk-v5 before uploading to COS
1 parent c3a4216 commit 0f7846f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ jobs:
8585
with:
8686
node-version: 20
8787

88+
- name: Install COS SDK
89+
run: npm install cos-nodejs-sdk-v5
90+
8891
- name: Download all artifacts
8992
uses: actions/download-artifact@v4
9093
with:

0 commit comments

Comments
 (0)