diff --git a/.github/workflows/publish-artifacts.yml b/.github/workflows/publish-artifacts.yml index 71bf1c30a30..3bb3a283bd0 100644 --- a/.github/workflows/publish-artifacts.yml +++ b/.github/workflows/publish-artifacts.yml @@ -68,6 +68,8 @@ jobs: with: path: . + - run: ls -la . + # Need to fix cached artifact file permissions because github actions screws it up # https://github.com/actions/upload-artifact/issues/38 - name: chmod executable