From e62ba3f47c97a5b52d9e185dbf3325d65bf3ac3a Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Mon, 7 Mar 2022 21:24:46 -0500 Subject: [PATCH] ci: add ls for ietf statics dir --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61603e4d0..9fbea975f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,6 +90,7 @@ jobs: grunt dist cp -r dist/. ../ietf/static/ietf/bootstrap/ cd .. + ls -a ietf/static/ietf echo "Using version $PKG_VERSION_STRICT" sed -i -r -e "s/^__version__ += '.*'$/__version__ = '$PKG_VERSION_STRICT'/" ietf/__init__.py echo "Build release tarball... (this could take a while)"