Skip to content

Commit cceb009

Browse files
committed
fix home location
1 parent 1369ba3 commit cceb009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Download artifacts
6969
run: |
70-
/github/home/.local/bin/infractl artifacts "${{ steps.determine-cluster-name.outputs.cluster-name }}" -d /github/home/artifacts >> "$GITHUB_STEP_SUMMARY"
70+
/home/runner/.local/bin/infractl artifacts "${{ steps.determine-cluster-name.outputs.cluster-name }}" -d /home/runner/artifacts >> "$GITHUB_STEP_SUMMARY"
7171
kubectl get nodes -o wide || true
7272
7373
- name: Deploy infra to smoke test cluster

0 commit comments

Comments
 (0)