summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Hebbeker <david@hebbeker.info>2020-12-27 09:48:40 (GMT)
committerDavid Hebbeker <david@hebbeker.info>2020-12-27 09:48:40 (GMT)
commita464877f67dcbb57e05c003610dd5e27412b138c (patch)
treee318509e1587e76b9ac9ad6ccd0846f892889fdc
parent7449927030350daf276dd77585e973c03c1fface (diff)
downloadDoxygen-a464877f67dcbb57e05c003610dd5e27412b138c.zip
Doxygen-a464877f67dcbb57e05c003610dd5e27412b138c.tar.gz
Doxygen-a464877f67dcbb57e05c003610dd5e27412b138c.tar.bz2
Change path to build artifacts.
-rw-r--r--.github/workflows/build_cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index ecfde1c..b697cad 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -287,7 +287,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: "${{ matrix.config.name }} build artifacts"
- path: bin
+ path: build/bin/
- name: Run tests (Linux / MacOS)
shell: cmake -P {0}