Skip to content

Commit 0df9d92

Browse files
authored
Update sign_and_release.yml
1 parent 56ea62c commit 0df9d92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sign_and_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
runs-on: arc-runners-clickhouse-signer
99
steps:
1010
- name: check space
11-
run: ls -la /home/runner/.cache/staging/apt-repo
11+
run: ls -la /home/runner/.cache/staging/yum-repo
1212

1313
check-prod:
1414
runs-on: arc-runners-clickhouse-signer-prod
1515
steps:
1616
- name: check space
17-
run: ls -la /home/runner/.cache/production/apt-repo
17+
run: ls -la /home/runner/.cache/production/yum-repo
1818
# - name: Install aws cli
1919
# uses: unfor19/install-aws-cli-action@v1
2020
# with:

0 commit comments

Comments
 (0)