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