mirror of https://github.com/OpenIPC/firmware.git
Update Novatek building
parent
c454bc6c28
commit
868fa8f5ca
|
@ -75,7 +75,7 @@ jobs:
|
|||
id: build-nt98562-sdk
|
||||
continue-on-error: true
|
||||
run: |
|
||||
ARCHIVE_SDK="${GITHUB_WORKSPACE}/output/images/arm-openipc-linux-musleabi_sdk-buildroot.tar.gz"
|
||||
ARCHIVE_SDK="${GITHUB_WORKSPACE}/output/images/arm-openipc-linux-musleabihf_sdk-buildroot.tar.gz"
|
||||
echo "ARCHIVE_SDK=$ARCHIVE_SDK" >> $GITHUB_ENV
|
||||
cd $GITHUB_WORKSPACE/output
|
||||
make sdk
|
||||
|
@ -119,7 +119,7 @@ jobs:
|
|||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: ${{ env.ARCHIVE_SDK }}
|
||||
asset_name: "arm-openipc-nt98562-linux-musleabi_sdk-buildroot.tar.gz"
|
||||
asset_name: "arm-openipc-nt98562-linux-musleabihf_sdk-buildroot.tar.gz"
|
||||
tag: ${{ env.TAG_NAME }}
|
||||
overwrite: true
|
||||
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
/ \ ___ ___ _ _ | || \/ _|
|
||||
| | || \/ _ \| \| || || | || |
|
||||
| | || | | __/| \ || || _/| |_
|
||||
\___/| _/\___||_|\_||_||_| \___|.ORG v2.1.10.17
|
||||
\___/| _/\___||_|\_||_||_| \___|.ORG v2.1.10.31
|
||||
|_|
|
||||
|
||||
|
|
Loading…
Reference in New Issue