From 6ae72e4fc5cccd283e279944a27a01c85ab933a5 Mon Sep 17 00:00:00 2001 From: Matthieu Dubuget Date: Mon, 24 May 2021 15:05:37 +0200 Subject: [PATCH] Adapt artifact names --- .github/workflows/blank.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index ad3ef53..1591332 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -35,7 +35,7 @@ jobs: uses: actions/upload-artifact@v2.2.3 if: runner.os == 'Windows' with: - name: nbr-win32.exe + name: nbr-win32.zip # A file, directory or wildcard pattern that describes what to upload path: _build/install/default/bin/nbr.exe retention-days: 1 @@ -44,8 +44,7 @@ jobs: uses: actions/upload-artifact@v2.2.3 if: runner.os == 'Linux' with: - name: nbr-linux.exe + name: nbr-linux.zip # A file, directory or wildcard pattern that describes what to upload path: _build/install/default/bin/nbr retention-days: 1 -