diff --git a/.github/workflows/cmake-gcc-arm.yml b/.github/workflows/cmake-gcc-arm.yml index 6e0e370..0a23307 100644 --- a/.github/workflows/cmake-gcc-arm.yml +++ b/.github/workflows/cmake-gcc-arm.yml @@ -39,9 +39,8 @@ jobs: # Build your program with the given configuration run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} - - 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 final build artifacts + uses: actions/upload-artifact@v4 + with: + name: ProntoInfrared + path: ${{github.workspace}}/build/ProntoInfrared.*