From 5edd6deb7c4b4b707254d604c4092f9db01b7dbd Mon Sep 17 00:00:00 2001 From: Pablo Curiel Date: Wed, 29 Mar 2023 23:45:07 +0200 Subject: [PATCH] workflow: rename UI artifacts --- .github/workflows/rewrite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rewrite.yml b/.github/workflows/rewrite.yml index 15b5597..8fe4ae2 100644 --- a/.github/workflows/rewrite.yml +++ b/.github/workflows/rewrite.yml @@ -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