1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-18 21:13:25 +01:00

workflow: rename UI artifacts

This commit is contained in:
Pablo Curiel 2023-03-29 23:45:07 +02:00 committed by GitHub
parent 74d6bcf7f9
commit 5edd6deb7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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