From 5bb8a94c2fcca07a8abc13191f6af2763ff15025 Mon Sep 17 00:00:00 2001 From: Matthieu Dubuget Date: Mon, 24 May 2021 14:50:41 +0200 Subject: [PATCH] nbr.exe is nbr on linux --- .github/workflows/blank.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 7216b5e..ad3ef53 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -46,6 +46,6 @@ jobs: with: name: nbr-linux.exe # A file, directory or wildcard pattern that describes what to upload - path: _build/install/default/bin/nbr.exe + path: _build/install/default/bin/nbr retention-days: 1