Skip to content

Commit

Permalink
chore: cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
OBKoro1 committed Jun 5, 2022
1 parent 3179c83 commit 1f7e227
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # github token
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # 默认上传地址
asset_path: ./dist/Chrome-file.zip # 需要上传的资源
asset_path: ./dist/Chrome-file-${{ steps.vars.outputs.tag }}.zip # 需要上传的资源
asset_name: stop-mess-around-chrome-file-${{ steps.vars.outputs.tag }}.zip # 更改资源名
asset_content_type: application # 一个包
- run: npm run release:Edg # 打包
Expand All @@ -77,7 +77,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # github token
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # 默认上传地址
asset_path: ./dist/Edge-file.zip # 需要上传的资源
asset_path: ./dist/Edge-file-${{ steps.vars.outputs.tag }}.zip # 需要上传的资源
asset_name: stop-mess-around--edge-file-${{ steps.vars.outputs.tag }}.zip # 更改资源名
asset_content_type: application # 一个包
- run: npm run release:fireFox # 打包
Expand All @@ -89,6 +89,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # github token
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # 默认上传地址
asset_path: ./dist/fireFox-file.zip # 需要上传的资源
asset_path: ./dist/fireFox-file-${{ steps.vars.outputs.tag }}.zip # 需要上传的资源
asset_name: stop-mess-around-fireFox-file-${{ steps.vars.outputs.tag }}.zip # 更改资源名
asset_content_type: application # 一个包

0 comments on commit 1f7e227

Please sign in to comment.