GitHub Actions: Artifact uploads added
This commit is contained in:
parent
6d71d480b7
commit
9132f92410
3 changed files with 30 additions and 0 deletions
9
.github/workflows/ubuntu.yml
vendored
9
.github/workflows/ubuntu.yml
vendored
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue