mirror of https://github.com/OpenIPC/firmware.git
[no ci] Workflow: revert github release action
parent
5ed2c25754
commit
fa832281a4
|
@ -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}}
|
||||
|
||||
|
|
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue