workflows: consider all artifacts

This commit is contained in:
Dawid Dziurla 2020-03-27 00:30:46 +01:00 committed by GitHub
parent c25f686c2d
commit 79f76e4e3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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