fix renaming artifacts
This commit is contained in:
committed by
GitHub
parent
1d06ec3981
commit
1f00aec95f
4
.github/workflows/run-kibot.yml
vendored
4
.github/workflows/run-kibot.yml
vendored
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user