ci: print built image contents

This commit is contained in:
Oleg Kalachev
2021-07-30 08:07:03 +03:00
parent ef7faa126a
commit a2c65d2466

View File

@@ -19,6 +19,7 @@ jobs:
- name: Compress image
run: |
sudo chmod -R 777 images && zip -9 $(echo images/clover_*).zip images/clover_* && ls -l images
unzip -l images/clover_*.zip
- name: Upload image
uses: softprops/action-gh-release@v1
if: ${{ github.event_name == 'release' }}