Skip to content

Commit 5a410f8

Browse files
authored
fix
1 parent bd8a71f commit 5a410f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-armbian-arm64-server-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ jobs:
318318
df -hT ${PWD}
319319
git clone -q --single-branch --depth=1 --branch=main https://github.com/armbian/build.git build
320320
ln -sf /builder/build ${{ github.workspace }}/build
321-
ln -sf /builder/build /home/runner/work/_actions/ophub/amlogic-s9xxx-armbian/main/build
321+
ln -sf /builder/build /home/runner/work/_actions/dy008/amlogic-s9xxx-armbian/main/build
322322
echo "status=success" >> ${GITHUB_OUTPUT}
323323
324324
- name: Compile Armbian [ ${{ inputs.set_release }} ]

0 commit comments

Comments
 (0)