From bcc721cdaee19a570fb224cd0d06357f3882751b Mon Sep 17 00:00:00 2001 From: raller1028 <57336867+raller1028@users.noreply.github.com> Date: Fri, 12 May 2023 11:00:03 +0800 Subject: [PATCH] Update push_to_new_AppStore.yml (#133) --- .github/workflows/push_to_new_AppStore.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_to_new_AppStore.yml b/.github/workflows/push_to_new_AppStore.yml index 4d12467..af1579f 100644 --- a/.github/workflows/push_to_new_AppStore.yml +++ b/.github/workflows/push_to_new_AppStore.yml @@ -24,11 +24,17 @@ jobs: destination-repository-name: '_appstore' user-email: q2676515970@163.com target-directory: './Apps' - - name: Copycat1 + - name: cp + run: | + mkdir ./tmp + cp -r ./Apps ./tmp + cp recommend-list.json category-list.json ./tmp + ls ./tmp + - name: Copycat uses: andstor/copycat-action@v3 with: personal_token: ${{ secrets.API_TOKEN_GITHUB2 }} - src_path: recommend-list.json category-list.json + src_path: tmp dst_owner: IceWhaleTech dst_repo_name: _appstore dst_path: ./