Skip to content

Commit

Permalink
ci: update yml alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed Nov 22, 2024
1 parent caf7634 commit a98352f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
access-key-secret: ${{ secrets.Access_Key_Secret }}
- run: |
mkdir -p temp_sync
cp -r . temp_sync/
cp -r $(ls -A | grep -v temp_sync) temp_sync/
# 删除不需要的文件和文件夹
rm -rf temp_sync/.git \temp_sync/.github \
rm -rf temp_sync/.git \
temp_sync/.github \
temp_sync/utils \
temp_sync/ossutil_output \
temp_sync/README.md \
Expand Down

0 comments on commit a98352f

Please sign in to comment.