mirror of https://github.com/OpenIPC/firmware.git
Fix toolchain name
parent
e796813721
commit
3adaa6e3dd
|
|
@ -125,7 +125,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-gm8136-linux-musleabi_sdk-buildroot.tar.gz"
|
asset_name: "arm-openipc-gm8136-uclibc-linux-uclibcgnueabi_sdk-buildroot.tar.gz"
|
||||||
tag: ${{ env.TAG_NAME }}
|
tag: ${{ env.TAG_NAME }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue