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