Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Jan 20, 2025
1 parent ccf8f1d commit f8184a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
- name: Copy dist to temp folder
run: |-
mkdir -p temp
cp -r plugins/${FOLDER_NAME}/dist temp/
cp -r plugins/${FOLDER_NAME}/lib temp/
cp -r plugins/${FOLDER_NAME}/dist temp/ || true
cp -r plugins/${FOLDER_NAME}/lib temp/ || true
cp -r plugins/${FOLDER_NAME}/manifest.json temp/
cp -r plugins/${FOLDER_NAME}/tooth.json temp/
Expand Down

0 comments on commit f8184a9

Please sign in to comment.