diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e3f2730..f3339cb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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