mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-09 12:11:44 +00:00
workflow: rename UI artifacts
This commit is contained in:
parent
74d6bcf7f9
commit
5edd6deb7c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rewrite.yml
vendored
4
.github/workflows/rewrite.yml
vendored
|
@ -86,12 +86,12 @@ jobs:
|
|||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: nxdumptool-rewrite-${{ env.nxdt_commit }}.nro
|
||||
name: nxdumptool-rewrite-${{ env.nxdt_commit }}-WIP_UI.nro
|
||||
path: nxdumptool/nxdumptool.nro
|
||||
if-no-files-found: error
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: nxdumptool-rewrite-${{ env.nxdt_commit }}.elf
|
||||
name: nxdumptool-rewrite-${{ env.nxdt_commit }}-WIP_UI.elf
|
||||
path: nxdumptool/nxdumptool.elf
|
||||
if-no-files-found: error
|
||||
|
|
Loading…
Reference in a new issue