forked from waja/action-debian-package
workflows: consider all artifacts
This commit is contained in:
parent
c25f686c2d
commit
79f76e4e3f
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -46,5 +46,5 @@ jobs:
|
|||
artifacts_directory: artifacts
|
||||
- name: Check files
|
||||
run: |
|
||||
ls -lh artifacts/${{matrix.package}}_*.*
|
||||
ls -lh ${{matrix.package}}_*.* && false || true
|
||||
ls -lh artifacts/${{matrix.package}}*.*
|
||||
ls -lh ${{matrix.package}}*.* && false || true
|
||||
|
|
Loading…
Reference in a new issue