From 01ccb8585408b25044cd545c9b251e1945a4ebe7 Mon Sep 17 00:00:00 2001 From: Ernie Pasveer Date: Sun, 2 Oct 2022 13:38:52 -0500 Subject: [PATCH] ci/cd tweaking. --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 96c52fe..b04eb2f 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -41,10 +41,10 @@ jobs: # Build your program with the given configuration run: cd src; cmake --build ${{github.workspace}}/src/build --config ${{env.BUILD_TYPE}} --target seergdb --parallel `grep -c processor /proc/cpuinfo` - - name: Build Result + - name: List Result run: cd src; ls -l build/ - - name: Build Release + - name: Build AButler Release uses: AButler/upload-release-assets@v2.0 with: files: 'src/build/seergdb'