Skip to content

Commit

Permalink
Add list command for cmd_dev.yml;
Browse files Browse the repository at this point in the history
  • Loading branch information
onepiecefreak3 committed Jun 27, 2021
1 parent 14f04fc commit ab87e26
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/cmd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,19 @@ jobs:

- name: Clone update repository
run: git clone https://github.com/FanTranslatorsInternational/Kuriimu2-CommandLine-Update ./update_repo


- name: Commit changes to update repo
run: |
ls ./update/Windows
ls ./update/Linux
ls ./update/Mac
- name: Move update files to update repo
run: |
mv -Force ./update/Windows/* ./update_repo/Windows
mv -Force ./update/Linux/* ./update_repo/Linux
mv -Force ./update/Mac/* ./update_repo/Mac
- name: Commit changes to update repo
run: |
cd ./update_repo
Expand Down

0 comments on commit ab87e26

Please sign in to comment.