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
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: gallery/
|
path: gallery/
|
||||||
- run: rm -rf pcb_images/*
|
- run: rm -rf pcb_images
|
||||||
- run: mv gallery/artifact/* pcb_images/${{ matrix.board }}
|
- run: mv gallery/artifact/ pcb_images
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4.14.1
|
- uses: stefanzweifel/git-auto-commit-action@v4.14.1
|
||||||
with:
|
with:
|
||||||
commit_message: "Update gallery (automated)"
|
commit_message: "Update gallery (automated)"
|
||||||
|
|||||||
Reference in New Issue
Block a user