Skip to content

Commit

Permalink
upload artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
rerdavies authored Nov 9, 2024
1 parent 7600bec commit f4aaa72
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit f4aaa72

Please sign in to comment.