mirror of https://github.com/OpenIPC/firmware.git
Fix SDK name for Hi3516Cv300
parent
42039ccae1
commit
4ae61801d5
|
@ -124,7 +124,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: ${{ env.ARCHIVE_SDK }}
|
file: ${{ env.ARCHIVE_SDK }}
|
||||||
asset_name: "arm-openipc-hi3516cv300-linux-musleabi_sdk-buildroot_universal.tar.gz"
|
asset_name: "arm-openipc-hi3516cv300-linux-musleabi_sdk-buildroot.tar.gz"
|
||||||
tag: ${{ env.TAG_NAME }}
|
tag: ${{ env.TAG_NAME }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue