Skip to content

Commit 950968f

Browse files
authored
release cicd: dir fix
1 parent e6169cd commit 950968f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sign_and_release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,10 @@ jobs:
467467
ref: antalya
468468
path: ClickHouse
469469

470-
- run: mv /home/runner/.cache/prod/* /home/runner/.cache/production/
470+
- run: |
471+
rm -rf /home/runner/.cache/production/
472+
mkdir -p /home/runner/.cache/production/
473+
mv /home/runner/.cache/prod/* /home/runner/.cache/production/
471474
472475
- name: Download packages
473476
run: |

0 commit comments

Comments
 (0)