fix errors
This commit is contained in:
parent
5a66e7cb8b
commit
800d271cb8
9
.github/workflows/test-release.yml
vendored
9
.github/workflows/test-release.yml
vendored
@ -24,15 +24,18 @@ jobs:
|
|||||||
|
|
||||||
- name: Verify package contents
|
- name: Verify package contents
|
||||||
run: |
|
run: |
|
||||||
|
echo "=== Built files ==="
|
||||||
|
ls -la ../*.deb
|
||||||
|
echo ""
|
||||||
echo "=== Package info ==="
|
echo "=== Package info ==="
|
||||||
dpkg-deb --info *.deb
|
dpkg-deb --info ../*.deb
|
||||||
echo ""
|
echo ""
|
||||||
echo "=== Package contents ==="
|
echo "=== Package contents ==="
|
||||||
dpkg-deb --contents *.deb
|
dpkg-deb --contents ../*.deb
|
||||||
|
|
||||||
- name: Upload deb as artifact
|
- name: Upload deb as artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: test-build-deb
|
name: test-build-deb
|
||||||
path: "*.deb"
|
path: "../*.deb"
|
||||||
retention-days: 3
|
retention-days: 3
|
||||||
Loading…
Reference in New Issue
Block a user