1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 20:44:15 +00:00

Perform installation step on Github Actions CI

This commit is contained in:
Chocobo1 2021-04-10 18:05:57 +08:00
parent f457069881
commit 0eb39aa9e3
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

@ -62,6 +62,9 @@ jobs:
--graphviz=build/target_graph.dot
cmake --build build
- name: install qBittorrent
run: sudo cmake --build build --target install
- name: upload artifact as zip
uses: actions/upload-artifact@v2
with: