Debug: show directory structure after artifact download
This commit is contained in:
parent
a6157f353e
commit
eb1f0b4a0c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build_docker_images.yml
vendored
3
.github/workflows/build_docker_images.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue