Update build-desktop.yml

This commit is contained in:
Igor Pečovnik
2021-12-24 11:11:46 +01:00
committed by GitHub
parent 11dc10e090
commit bc2fe4db37

View File

@@ -38,14 +38,14 @@ jobs:
path: changes.txt
- name: Extract
run: |
[ -s changes.txt ] || echo "file is empty" && exit 1
[ -s changes.txt ] || echo "BUILD=false >> $GITHUB_ENV
Lists:
name: Find desktop variants
needs: [ Prepare ]
runs-on: self-hosted
if: ${{ github.repository_owner == 'Armbian' }}
if: ${{ github.repository_owner == 'Armbian' && env.UPLOAD != false }}
outputs:
matrix: ${{steps.list_dirs.outputs.matrix}}
steps: