Workflow: Fixed tarball path.

This commit is contained in:
imi415 2022-08-09 00:15:49 +08:00
parent a68f9d4ea3
commit ace01d3c18
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: "Patch defconfig & configure build"
working-directory: "build"
run: |
echo CT_LOCAL_TARBALLS_DIR=\"${{ github.workspace }}/tarballs\" >> defconfig
echo CT_LOCAL_TARBALLS_DIR=\"${{ github.workspace }}/build/tarballs\" >> defconfig
echo CT_PREFIX_DIR=\"\${CT_TOP_DIR}/\${CT_HOST:+HOST-${CT_HOST}/}\${CT_TARGET}\" >> defconfig
echo CT_LOG_PROGRESS_BAR=n >> defconfig
ct-ng defconfig