From 9203efd2a9f220fe34241d62608b5991469fc608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxemilian=20Gr=C3=B6nblom?= Date: Thu, 19 Oct 2023 23:09:24 +0300 Subject: [PATCH] fix: just use relative for now.. --- .github/workflows/benchmarker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarker.yml b/.github/workflows/benchmarker.yml index a99ab797..63b24b93 100644 --- a/.github/workflows/benchmarker.yml +++ b/.github/workflows/benchmarker.yml @@ -5,7 +5,7 @@ on: inputs: shot_executable: description: 'The SHOT executable to run' - default: ${{ github.workspace }}/build/SHOT + default: ./../build/SHOT required: false type: string benchmark_folder: