From 4b93e2ccaaa78cae553e9c626d8f594bd72dad83 Mon Sep 17 00:00:00 2001 From: MichaIng Date: Sat, 18 Nov 2023 00:49:13 +0100 Subject: [PATCH] v8.24 - CI | We need to navigate into the repo in each step --- .github/workflows/armbian.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/armbian.yml b/.github/workflows/armbian.yml index 29e55c06c5..3114002d14 100644 --- a/.github/workflows/armbian.yml +++ b/.github/workflows/armbian.yml @@ -41,9 +41,9 @@ jobs: branch='${{ github.event.inputs.gitbranch }}' [ "$branch" ] || branch='main' git clone -b "$branch" --depth=1 "https://github.com/$owner/build" - cd build - name: Build asset run: | + cd build ./compile.sh '${{ github.event.inputs.asset }}' BRANCH='${{ github.event.inputs.branch }}' BOARD='${{ github.event.inputs.board }}' - name: Upload run: | @@ -56,7 +56,7 @@ jobs: # Generate file lists files= urls='"https://dietpi.com/downloads/binaries/testing/"' - cd output/debs + cd build/output/debs for i in * do mv -v "$i" "${i%%_*}.deb"