mirror of
https://github.com/outbackdingo/firmware.git
synced 2026-01-27 10:19:01 +00:00
[no ci] Workflow: set allowupdates for release action
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -218,6 +218,7 @@ jobs:
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag: ${{env.TAG_NAME}}
|
||||
allowUpdates: true
|
||||
artifacts: |
|
||||
${{env.NORFW}}
|
||||
${{env.NANDFW}}
|
||||
|
||||
1
.github/workflows/toolchain.yml
vendored
1
.github/workflows/toolchain.yml
vendored
@@ -67,4 +67,5 @@ jobs:
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag: ${{env.TAG_NAME}}
|
||||
allowUpdates: true
|
||||
artifacts: ${{env.GCC}}.tgz
|
||||
|
||||
Reference in New Issue
Block a user