feat(构建脚本): 构建脚本
All checks were successful
/ build (push) Successful in 1m30s

This commit is contained in:
2025-12-02 14:03:26 +08:00
parent 851150cedd
commit 89d2cbc8b1

View File

@@ -14,11 +14,11 @@ jobs:
with:
args: bash build.sh
- name: upload to cos
uses: docker://ccr.ccs.tencentyun.com/xiaoqidun/gocos:latest
env:
PLUGIN_SECRET_ID: ${{secrets.cos_secret_id}}
PLUGIN_SECRET_KEY: ${{secrets.cos_secret_key}}
PLUGIN_BUCKET_URL: ${{secrets.cos_bucket_url}}
PLUGIN_SOURCE: release/
PLUGIN_TARGET: product/wslkd
PLUGIN_STRIP_PREFIX: release/
uses: xiaoqidun/gocos@main
with:
secret_id: ${{ secrets.cos_secret_id }}
secret_key: ${{ secrets.cos_secret_key }}
bucket_url: ${{ secrets.cos_bucket_url }}
source_path: release
target_path: product/wslkd
strip_prefix: release