aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-01-19 01:30:45 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-01-19 01:30:45 +0300
commit8f52b20265c031a7e6eb647de241fda7787f6dd5 (patch)
tree3cdc955a068bdd8130895aff8eabedd7b95d7690
parentworkflows: add clang-format job (diff)
downloadmath-server-8f52b20265c031a7e6eb647de241fda7787f6dd5.tar.gz
math-server-8f52b20265c031a7e6eb647de241fda7787f6dd5.zip
workflows/ci.yml: fix artifact names
-rw-r--r--.github/workflows/ci.yml2
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