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