From 8f52b20265c031a7e6eb647de241fda7787f6dd5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 19 Jan 2021 01:30:45 +0300 Subject: workflows/ci.yml: fix artifact names --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b9fb88..2cea12a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - name: Upload the binaries uses: actions/upload-artifact@v2 with: - name: 'math-server-${{ matrix.platform }}-${{ matrix.configuration }}' + name: 'math-server-${{ matrix.os }}-${{ matrix.platform }}-${{ matrix.configuration }}' path: '${{ runner.workspace }}/install/' - name: Run unit tests run: ../install/bin/math-server-unit-tests -- cgit v1.2.3