diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-19 01:30:45 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-19 01:30:45 +0300 |
commit | 8f52b20265c031a7e6eb647de241fda7787f6dd5 (patch) | |
tree | 3cdc955a068bdd8130895aff8eabedd7b95d7690 /.github/workflows/ci.yml | |
parent | workflows: add clang-format job (diff) | |
download | math-server-8f52b20265c031a7e6eb647de241fda7787f6dd5.tar.gz math-server-8f52b20265c031a7e6eb647de241fda7787f6dd5.zip |
workflows/ci.yml: fix artifact names
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |