From ef8b3e8fa541c216fbd5fcb594af5087e158295e Mon Sep 17 00:00:00 2001 From: Michael Nolan Date: Mon, 2 Oct 2023 15:49:02 -0500 Subject: [PATCH] Test --- .gitlab-ci.yml | 2 +- Makefile | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d58d01..b54d121 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,6 @@ build: - main artifacts: paths: - - publish/ + - CardRoot/ script: - make && make publish diff --git a/Makefile b/Makefile index 2deb6be..bc73be8 100644 --- a/Makefile +++ b/Makefile @@ -120,10 +120,10 @@ run: wiiload $(TARGET).dol publish: $(TARGET).dol - mkdir -p publish/apps/TYTD2023/ - cp $(TARGET).dol publish/apps/TYTD2023/boot.dol - cp meta.xml publish/apps/TYTD2023/meta.xml - cp icon.png publish/apps/TYTD2023/icon.png + mkdir -p CardRoot/apps/TYTD2023/ + cp $(TARGET).dol CardRoot/apps/TYTD2023/boot.dol + cp meta.xml CardRoot/apps/TYTD2023/meta.xml + cp icon.png CardRoot/apps/TYTD2023/icon.png #--------------------------------------------------------------------------------- else