Skip to content

Commit

Permalink
v8.24
Browse files Browse the repository at this point in the history
- CI | We need to navigate into the repo in each step
  • Loading branch information
MichaIng committed Nov 17, 2023
1 parent 3ca54c8 commit 4b93e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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"
Expand Down

0 comments on commit 4b93e2c

Please sign in to comment.