From 2d311aaa286eaacf5c5e76c8e59dcf098927a30f Mon Sep 17 00:00:00 2001 From: "Eduardo P. Gomez" Date: Thu, 21 Sep 2023 12:39:08 -0300 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index c5bcd1a0..01685610 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -21,14 +21,18 @@ jobs: - uses: actions/checkout@v3 - name: Auto-build and Resolve dependencies - run: ./build.sh && ./pack.sh + run: ./build.sh + + - name: Packing into a tar and a deb + run: ./pack.sh; cat /home/runner/work/OpenDX/OpenDX/build/_CPack_Packages/Linux/DEB/PreinstallOutput.log - name: Test working-directory: ${{github.workspace}}/build # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail run: ctest -C ${{env.BUILD_TYPE}} - - name: 'Upload Artifact' + + - name: Upload Artifact uses: actions/upload-artifact@v2 with: path: |