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
|
- name: Upload firmware
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: ncipollo/release-action@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
tag: ${{env.TAG_NAME}}
|
tag_name: ${{env.TAG_NAME}}
|
||||||
allowUpdates: true
|
files: |
|
||||||
artifacts: |
|
|
||||||
${{env.NORFW}}
|
${{env.NORFW}}
|
||||||
${{env.NANDFW}}
|
${{env.NANDFW}}
|
||||||
|
|
||||||
|
|
|
@ -64,8 +64,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Upload toolchain
|
- name: Upload toolchain
|
||||||
uses: ncipollo/release-action@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
tag: ${{env.TAG_NAME}}
|
tag_name: ${{env.TAG_NAME}}
|
||||||
allowUpdates: true
|
files: ${{env.GCC}}
|
||||||
artifacts: ${{env.GCC}}
|
|
||||||
|
|
Loading…
Reference in New Issue