Skip to content

Commit

Permalink
ci: update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed Nov 22, 2024
1 parent ea20110 commit 20b5f39
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,19 @@ jobs:
access-key-id: ${{ secrets.AccessKey_ID }}
access-key-secret: ${{ secrets.Access_Key_Secret }}
- run: |
- run: |
find . -type f \( \
-name "README.md" -o \
-name ".gitignore" -o \
-name "package.json" -o \
-name "theme.json" -o \
-name "index.js" \
-name "README.md" -o \
-name ".gitignore" -o \
-name "package.json" -o \
-name "theme.json" -o \
-name "index.js" \
\) -prune -o \
-type d \( \
-name ".git" -o \
-name ".github" -o \
-name "utils" -o \
-name "ossutil_output" \
\) -prune -o \
-type f -print | \
ossutil cp -rf - oss://jx3box/logo/
-type f -print0 | \
ossutil cp -rf -i /dev/stdin oss://jx3box/logo/

0 comments on commit 20b5f39

Please sign in to comment.