We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8a71f commit 5a410f8Copy full SHA for 5a410f8
.github/workflows/build-armbian-arm64-server-image.yml
@@ -318,7 +318,7 @@ jobs:
318
df -hT ${PWD}
319
git clone -q --single-branch --depth=1 --branch=main https://github.com/armbian/build.git build
320
ln -sf /builder/build ${{ github.workspace }}/build
321
- ln -sf /builder/build /home/runner/work/_actions/ophub/amlogic-s9xxx-armbian/main/build
+ ln -sf /builder/build /home/runner/work/_actions/dy008/amlogic-s9xxx-armbian/main/build
322
echo "status=success" >> ${GITHUB_OUTPUT}
323
324
- name: Compile Armbian [ ${{ inputs.set_release }} ]
0 commit comments