summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-05-19 16:47:23 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-05-19 16:48:39 +0800
commit20d194f408a04fc21e9c58c38d22a577d87f594a (patch)
tree9f1dae674003c4db9af432ce26ca19bb643482ad /.github
parent93ffeb1bb70683f60d10eae9e0dd91fb4e4c8748 (diff)
Let's see what we actually checkout
Diffstat (limited to '.github')
-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'