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

View File

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