Skip to content

Commit

Permalink
chore: cicd init
Browse files Browse the repository at this point in the history
  • Loading branch information
OBKoro1 committed Nov 16, 2020
1 parent 0f2f64b commit 0f65ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # github token
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # 默认上传地址
asset_path: ./autoCommit-test-${{ steps.vars.outputs.tag }}.vsix # 需要上传的资源
asset_name: autoCommit2-test-${{ steps.vars.outputs.tag }}.vsix # 更改资源名
asset_path: ./korofileheader-${{ steps.vars.outputs.tag }}.vsix # 需要上传的资源
asset_name: korofileheader-${{ steps.vars.outputs.tag }}.vsix # 更改资源名
asset_content_type: application # 一个包

0 comments on commit 0f65ef1

Please sign in to comment.