mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
ci: print built image contents
This commit is contained in:
1
.github/workflows/build-image.yaml
vendored
1
.github/workflows/build-image.yaml
vendored
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user