You've already forked cache-kernel
mirror of
https://github.com/armbian/cache-kernel.git
synced 2026-01-06 10:38:17 -08:00
Update generate.yml
This commit is contained in:
8
.github/workflows/generate.yml
vendored
8
.github/workflows/generate.yml
vendored
@@ -100,6 +100,14 @@ jobs:
|
||||
bash ./compile.sh kernel "BRANCH=${{env.BRANCH}}" "BOARD=${{env.BOARD}}" SHARE_LOG=yes CLEAN_LEVEL="alldebs" GITHUB_ACTIONS="false" # GITHUB_ACTIONS = hack, need different solutioon
|
||||
ls -l output/debs/
|
||||
du output
|
||||
|
||||
- name: Install SSH key for storage
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
with:
|
||||
key: ${{ secrets.SSH_KEY_TORRENTS }}
|
||||
name: ${{ env.RANDOM }}
|
||||
known_hosts: ${{ secrets.KNOWN_HOSTS_UPLOAD }}
|
||||
if_key_exists: replace
|
||||
|
||||
- name: Deploy to server
|
||||
if: ${{ github.repository_owner == 'Armbian' }}
|
||||
|
||||
Reference in New Issue
Block a user