mirror of
https://github.com/xiaoqidun/gitcz.git
synced 2025-12-07 00:05:09 +08:00
feat(构建脚本): 更新构建脚本
This commit is contained in:
@@ -18,11 +18,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
args: bash build.sh
|
args: bash build.sh
|
||||||
- name: upload to cos
|
- name: upload to cos
|
||||||
uses: docker://ccr.ccs.tencentyun.com/xiaoqidun/gocos:latest
|
uses: xiaoqidun/gocos@main
|
||||||
env:
|
with:
|
||||||
PLUGIN_SECRET_ID: ${{secrets.cos_secret_id}}
|
secret_id: ${{ secrets.cos_secret_id }}
|
||||||
PLUGIN_SECRET_KEY: ${{secrets.cos_secret_key}}
|
secret_key: ${{ secrets.cos_secret_key }}
|
||||||
PLUGIN_BUCKET_URL: ${{secrets.cos_bucket_url}}
|
bucket_url: ${{ secrets.cos_bucket_url }}
|
||||||
PLUGIN_SOURCE: release/
|
source_path: release
|
||||||
PLUGIN_TARGET: product/gitcz
|
target_path: product/gitcz
|
||||||
PLUGIN_STRIP_PREFIX: release/
|
strip_prefix: release
|
||||||
Reference in New Issue
Block a user