mirror of https://github.com/JakubMelka/PDF4QT.git
CI: Another fix
This commit is contained in:
parent
1aa3ffe695
commit
176369e8dd
|
@ -62,8 +62,8 @@ jobs:
|
||||||
sh make-package.sh
|
sh make-package.sh
|
||||||
|
|
||||||
- name: Upload DEB package
|
- name: Upload DEB package
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ubuntu-deb-package
|
name: ubuntu-deb-package
|
||||||
path: ./pdf4qt/build/*.deb
|
path: ./pdf4qt/build/*.deb
|
||||||
retention-days: 30
|
retention-days: 30
|
Loading…
Reference in New Issue