Skip to content

Commit 4fcd60e

Browse files
authored
release cicd: prod dir fix
1 parent 758f509 commit 4fcd60e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sign_and_release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,11 @@ jobs:
467467
ref: antalya
468468
path: ClickHouse
469469

470+
- name: One time dir fix
471+
run: |
472+
mkdir /home/runner/.cache/production
473+
mv /home/runner/.cache/prod/* /home/runner/.cache/production/
474+
470475
- name: Download packages
471476
run: |
472477
if ! aws s3 sync "${DEST_URL}/packages/ARM_PACKAGES/" /home/runner/.cache/tmp/packages --exact-timestamps; then

0 commit comments

Comments
 (0)