Debug: show directory structure after artifact download

This commit is contained in:
Bengt Giger 2020-12-13 13:37:53 +01:00
parent a6157f353e
commit eb1f0b4a0c

View file

@ -48,6 +48,9 @@ jobs:
uses: actions/download-artifact@v2 uses: actions/download-artifact@v2
with: with:
name: Package name: Package
-
name: Show directory structure
run: ls -R
- -
name: Build and push name: Build and push
id: docker_build id: docker_build