mirror of https://github.com/OpenIPC/firmware.git
[no ci] Workflow: update release action
parent
2f760106cb
commit
ab3d428298
|
@ -215,10 +215,10 @@ jobs:
|
|||
|
||||
- name: Upload firmware
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag_name: ${{env.TAG_NAME}}
|
||||
files: |
|
||||
tag: ${{env.TAG_NAME}}
|
||||
artifacts: |
|
||||
${{env.NORFW}}
|
||||
${{env.NANDFW}}
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ env:
|
|||
jobs:
|
||||
toolchain:
|
||||
name: Toolchain
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
@ -64,7 +64,7 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Upload toolchain
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag_name: ${{env.TAG_NAME}}
|
||||
files: ${{env.GCC}}.tgz
|
||||
tag: ${{env.TAG_NAME}}
|
||||
artifacts: ${{env.GCC}}.tgz
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Architecture
|
||||
BR2_arm=y
|
||||
BR2_cortex_a7=y
|
||||
BR2_cortex_a35=y
|
||||
BR2_ARM_EABIHF=y
|
||||
BR2_ARM_FPU_NEON_VFPV4=y
|
||||
BR2_ARM_INSTRUCTIONS_THUMB2=y
|
||||
|
|
Loading…
Reference in New Issue