diff --git a/.github/workflows/cmd_dev.yml b/.github/workflows/cmd_dev.yml index e7348573..c87fa6af 100644 --- a/.github/workflows/cmd_dev.yml +++ b/.github/workflows/cmd_dev.yml @@ -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