mirror of https://github.com/OpenIPC/firmware.git
[no ci] Workflow: set allowupdates for release action
parent
ab3d428298
commit
00554e7879
|
@ -218,6 +218,7 @@ jobs:
|
|||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag: ${{env.TAG_NAME}}
|
||||
allowUpdates: true
|
||||
artifacts: |
|
||||
${{env.NORFW}}
|
||||
${{env.NANDFW}}
|
||||
|
|
|
@ -67,4 +67,5 @@ jobs:
|
|||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag: ${{env.TAG_NAME}}
|
||||
allowUpdates: true
|
||||
artifacts: ${{env.GCC}}.tgz
|
||||
|
|
Loading…
Reference in New Issue