From 738425b0b117514a16ea6be4d38ceae2012e751e Mon Sep 17 00:00:00 2001 From: tydeu Date: Wed, 20 Oct 2021 16:46:03 -0400 Subject: [PATCH] ci: mssing `$` --- .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 c7261a8f4a..2b84061e23 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: {{ matrix.os }} + name: ${{ matrix.os }} path: build - name: Check Lake run: make -C examples check-lake