mirror of
https://github.com/AuxXxilium/arc-prebuilts.git
synced 2024-11-23 23:11:04 +07:00
build: update
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
d56cf413b0
commit
580914f427
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -77,7 +77,16 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "add kernel"
|
echo "add kernel"
|
||||||
tar caf ${{ github.workspace }}/source/kernel.tgz -C ${{ github.workspace }}/bzImage
|
if [ ! -d "${{ github.workspace }}/source/kernel" ]; then
|
||||||
|
mkdir -p "${{ github.workspace }}/source/kernel"
|
||||||
|
chmod a+rw -R "${{ github.workspace }}/source/kernel"
|
||||||
|
fi
|
||||||
|
|
||||||
|
KERNEL_PATH="${{ github.workspace }}/kernel"
|
||||||
|
|
||||||
|
cp -Rvf "${KERNEL_PATH}/." "${{ github.workspace }}/source/kernel"
|
||||||
|
|
||||||
|
tar caf ${{ github.workspace }}/source/kernel.tgz -C ${{ github.workspace }}/source/kernel .
|
||||||
|
|
||||||
- name: Upload to Artifacts
|
- name: Upload to Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user