CI: Upload artifact fix

This commit is contained in:
Jakub Melka 2023-12-09 17:43:16 +01:00
parent 19a26c2a74
commit 1dcb42ebef
1 changed files with 1 additions and 2 deletions

View File

@ -61,8 +61,7 @@ jobs:
- name: Upload DEB package
uses: actions/upload-artifact@v3
working-directory: pdf4qt/build
with:
name: ubuntu-deb-package
path: ./*.deb
path: ./pdf4qt/build/*.deb
retention-days: 30