From 9b653f2393d63560389fd968e64b508b3e77fb6b Mon Sep 17 00:00:00 2001 From: shivaraj-bh Date: Thu, 22 Feb 2024 04:05:14 +0530 Subject: [PATCH] runner tmp dir is different? --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3471ef50..6ba70e29 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,4 +22,4 @@ jobs: with: packages: "github:srid/nixci" - run: nixci - - run: "cat /tmp/process-compose-*" + - run: "cat ${{ runner.temp }}/process-compose-*"