diff --git a/.github/workflows/run-kibot.yml b/.github/workflows/run-kibot.yml index 834786c..571f809 100644 --- a/.github/workflows/run-kibot.yml +++ b/.github/workflows/run-kibot.yml @@ -50,8 +50,8 @@ jobs: - uses: actions/download-artifact@v3 with: path: gallery/ - - run: rm -rf pcb_images/* - - run: mv gallery/artifact/* pcb_images/${{ matrix.board }} + - run: rm -rf pcb_images + - run: mv gallery/artifact/ pcb_images - uses: stefanzweifel/git-auto-commit-action@v4.14.1 with: commit_message: "Update gallery (automated)"