diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index c0d1f9e..66e9e8b 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -42,4 +42,13 @@ jobs: # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail run: echo Disabled # ctest -C ${{env.BUILD_TYPE}} + - name: Generate Artifacts + uses: actions/upload-artifact@v4 + with: + name: artifact + path: | + build/*.deb + build/_CPack_Packages/Linux/DEB/ToobAmp-1.1.51-Linux/usr/lib/lv2/ToobAmp.lv2 + retention-days: 5 +