[no ci] Workflow: update release action

pull/1293/head
Viktor 2024-02-02 10:53:36 +01:00
parent 2f760106cb
commit ab3d428298
3 changed files with 8 additions and 8 deletions
.github/workflows
br-ext-chip-sigmastar/configs

View File

@ -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}}

View File

@ -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

View File

@ -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