mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update build-desktop.yml
This commit is contained in:
4
.github/workflows/build-desktop.yml
vendored
4
.github/workflows/build-desktop.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user