Skip to content

[arknights-yituliu-operatorsurvey] 2025-02-03T07:02:07.000Z @ 2025-02… #1205

[arknights-yituliu-operatorsurvey] 2025-02-03T07:02:07.000Z @ 2025-02…

[arknights-yituliu-operatorsurvey] 2025-02-03T07:02:07.000Z @ 2025-02… #1205

Workflow file for this run

name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
persist-credentials: false
- name: Install and Build 🔧
run: |
mkdir dist
mv files versions dist/
- name: Upload to COS
uses: TencentCloud/cos-action@v1
with:
secret_id: ${{ secrets.COS_SECRET_ID }}
secret_key: ${{ secrets.COS_SECRET_KEY }}
cos_bucket: ${{ secrets.COS_BUCKET }}
cos_region: ${{ secrets.COS_REGION }}
local_path: dist/files
remote_path: data/files
clean: true
- name: Upload to COS
uses: TencentCloud/cos-action@v1
with:
secret_id: ${{ secrets.COS_SECRET_ID }}
secret_key: ${{ secrets.COS_SECRET_KEY }}
cos_bucket: ${{ secrets.COS_BUCKET }}
cos_region: ${{ secrets.COS_REGION }}
local_path: dist/versions
remote_path: data/versions
clean: true