Skip to content

Commit

Permalink
fix: 修复文件夹上传 (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: rongxwang <[email protected]>
  • Loading branch information
Rong5180 and rongxwang authored Mar 10, 2022
1 parent 5cf96c3 commit 5f67d79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions serverless.component.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: scf
version: 0.9.6
version: 0.9.7
author: Tencent Cloud, Inc.
org: Tencent Cloud, Inc.
description: 单函数组件,允许用户开发部署单个腾讯 SCF 函数实例。适合进行单一函数开发的场景。如:定时触发任务。
Expand Down Expand Up @@ -343,4 +343,4 @@ actions:
log:
definition: Get function logs in 1hour
metric:
definition: Get function metrics
definition: Get function metrics
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"adm-zip": "^0.5.5",
"download": "^8.0.0",
"tencent-component-toolkit": "^2.23.2",
"tencent-component-toolkit": "^2.23.3",
"type": "^2.0.0"
}
}

0 comments on commit 5f67d79

Please sign in to comment.