From 29975edb0e929ffb0153c0c1be8dacee9ad06229 Mon Sep 17 00:00:00 2001 From: tydeu Date: Wed, 20 Oct 2021 16:44:54 -0400 Subject: [PATCH] ci: use matrix OS for build artifact name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58dde31628..c7261a8f4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: continue-on-error: true uses: actions/upload-artifact@v2 with: - name: Build + name: {{ matrix.os }} path: build - name: Check Lake run: make -C examples check-lake