From 0ea4e5043dd58218130f0d229e6be6b4da95816b Mon Sep 17 00:00:00 2001 From: nolim1t Date: Mon, 24 Feb 2020 14:07:09 +0700 Subject: [PATCH] Add some action debugging to find out why the image isn't pushing --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 650f143..e716806 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,10 @@ jobs: run: sudo apt-get -y install quilt qemu-user-static debootstrap bsdtar - name: Run Build script run: sudo ./build.sh + - name: Debug deploy dir + run: ls -la deploy/ + - name: Debug current working dir + run: ls -la - name: Release Image if: startsWith(github.ref, 'refs/tags/') uses: meeDamian/github-release@v1.0.0