diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 9677a72b..2fd19448 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -28,4 +28,10 @@ jobs: # 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' + uses: actions/upload-artifact@v2 + with: + path: | + opendx.deb + opendx.tar + retention: 5 days