Browse Source
Add some action debugging to find out why the image isn't pushing
master
nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
4 additions and
0 deletions
-
.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 |
|
|
|