Browse Source

Add some action debugging to find out why the image isn't pushing

master
nolim1t 5 years ago
parent
commit
0ea4e5043d
No known key found for this signature in database GPG Key ID: F6287B82CC84BCBD
  1. 4
      .github/workflows/release.yml

4
.github/workflows/release.yml

@ -13,6 +13,10 @@ jobs:
run: sudo apt-get -y install quilt qemu-user-static debootstrap bsdtar run: sudo apt-get -y install quilt qemu-user-static debootstrap bsdtar
- name: Run Build script - name: Run Build script
run: sudo ./build.sh run: sudo ./build.sh
- name: Debug deploy dir
run: ls -la deploy/
- name: Debug current working dir
run: ls -la
- name: Release Image - name: Release Image
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
uses: meeDamian/github-release@v1.0.0 uses: meeDamian/github-release@v1.0.0

Loading…
Cancel
Save