Skip to content

Commit

Permalink
ci: adjusted build packing
Browse files Browse the repository at this point in the history
Signed-off-by: k4yt3x <i@k4yt3x.com>
  • Loading branch information
k4yt3x committed Oct 7, 2024
1 parent dafea47 commit 0c87724
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@ jobs:
cmake -B /tmp/build -S . -DUSE_SYSTEM_NCNN=OFF \
-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/tmp/install
cmake --build /tmp/build --config Release --target install --parallel
- name: Package artifacts
run: |
tar cJvf /tmp/video2x-nightly.txz -C /tmp/install .
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: video2x-nightly
path: /tmp/video2x-nightly.txz
path: /tmp/install

0 comments on commit 0c87724

Please sign in to comment.