diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 20907d9b..c1621379 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -48,4 +48,4 @@ jobs: ./marian-decoder --version ./marian-scorer --version ./spm_encode --version - + ls -hlv $(find . -maxdepth 1 -type f -perm +ugo+x \( -name "marian*" -o -name "spm*" \)) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 4a0fa674..902c2456 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -122,4 +122,4 @@ jobs: ./marian-scorer --version ./marian-server --version ./spm_encode --version - + ls -hlv $(find . -maxdepth 1 -type f -executable \( -name "marian*" -o -name "spm*" \))