Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xixiIBN5100 authored Sep 4, 2024
1 parent 846b79e commit ab36a3d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ jobs:
pnpm build-only
zip -r assets ./dist/**
- name: Upload to Qiniu
run: node uploadToQiniu.js
env:
AK: ${{ secrets.AK }}
SK: ${{ secrets.SK }}
BUCKET: ${{ secrets.BUCKET }}
PATH: ${{ secrets.PATH }}


- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit ab36a3d

Please sign in to comment.