We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758f509 commit 4fcd60eCopy full SHA for 4fcd60e
.github/workflows/sign_and_release.yml
@@ -467,6 +467,11 @@ jobs:
467
ref: antalya
468
path: ClickHouse
469
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
+
475
- name: Download packages
476
run: |
477
if ! aws s3 sync "${DEST_URL}/packages/ARM_PACKAGES/" /home/runner/.cache/tmp/packages --exact-timestamps; then
0 commit comments