From 4658be437b167c231bbab381d89f559e31121e6e Mon Sep 17 00:00:00 2001 From: Matthieu Dubuget Date: Mon, 24 May 2021 15:44:21 +0200 Subject: [PATCH] Trying anothe way --- .github/workflows/blank.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 08ab8e4..9f93449 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -42,8 +42,8 @@ jobs: fi path: | if [ "$RUNNER_OS" == "Windows" ]; then - echo "_build/install/default/bin/nbr.exe" + "_build/install/default/bin/nbr.exe" else - echo "_build/install/default/bin/nbr" + "_build/install/default/bin/nbr" fi retention-days: 1