[no ci] Workflow: revert github release action

pull/1302/head
Viktor 2024-02-06 05:00:18 +01:00
parent 5ed2c25754
commit fa832281a4
2 changed files with 6 additions and 8 deletions

View File

@ -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}}

View File

@ -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}}