Update generate.yml

This commit is contained in:
Igor Pečovnik
2023-03-14 12:31:30 +01:00
committed by GitHub
parent 94e3a4e16d
commit 7b29523b00

View File

@@ -98,6 +98,8 @@ jobs:
# SHARE_LOG=yes to share logs to pastebin
sudo rm -rf output/debs/* || true
bash ./compile.sh kernel "BRANCH=${{env.BRANCH}}" "BOARD=${{env.BOARD}}" SHARE_LOG=yes CLEAN_LEVEL="alldebs"
ls -l output/debs/
du output
- name: Deploy to server
if: ${{ github.repository_owner == 'Armbian' }}