GitHub Actions: Artifact uploads added

This commit is contained in:
Syping 2021-12-01 09:04:10 +01:00
parent 6d71d480b7
commit 9132f92410
3 changed files with 30 additions and 0 deletions

View file

@ -26,3 +26,12 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Install
run: sudo cmake --install ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Upload
uses: actions/upload-artifact@v2
with:
name: Ubuntu
path: |
/usr/local/bin/ragephoto-extract
/usr/local/lib/libragephoto.so
/usr/local/lib/pkgconfig/ragephoto.pc
/usr/local/include/RagePhoto/