summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2ab28af..ede4b7f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -121,6 +121,8 @@ jobs:
git clone --depth=1 --no-checkout https://github.com/${{ github.repository }}
git sparse-checkout init
git sparse-checkout set '/*' '!/tests/'
+ pwd
+ ls -l
- name: Install packages (Ubuntu)
if: matrix.os == 'ubuntu-18.04'