mirror of
https://github.com/outbackdingo/firmware.git
synced 2026-01-27 10:19:01 +00:00
[no ci] Workflow: revert github release action
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -215,11 +215,10 @@ jobs:
|
||||
|
||||
- name: Upload firmware
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: ncipollo/release-action@v1
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
tag: ${{env.TAG_NAME}}
|
||||
allowUpdates: true
|
||||
artifacts: |
|
||||
tag_name: ${{env.TAG_NAME}}
|
||||
files: |
|
||||
${{env.NORFW}}
|
||||
${{env.NANDFW}}
|
||||
|
||||
|
||||
7
.github/workflows/toolchain.yml
vendored
7
.github/workflows/toolchain.yml
vendored
@@ -64,8 +64,7 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Upload toolchain
|
||||
uses: ncipollo/release-action@v1
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
tag: ${{env.TAG_NAME}}
|
||||
allowUpdates: true
|
||||
artifacts: ${{env.GCC}}
|
||||
tag_name: ${{env.TAG_NAME}}
|
||||
files: ${{env.GCC}}
|
||||
|
||||
Reference in New Issue
Block a user