diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7014bf0..98eb797 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: run: | mkdir -p output/RetakesPlugin mv ./bin/Debug/net7.0/RetakesPlugin.dll output/RetakesPlugin/ - mv ./map_configs output/RetakesPlugin/ + mv ./map_config output/RetakesPlugin/ mv ./lang output/RetakesPlugin/ - name: Publish Artifact uses: actions/upload-artifact@v4 diff --git a/map_configs/de_ancient.json b/map_config/de_ancient.json similarity index 100% rename from map_configs/de_ancient.json rename to map_config/de_ancient.json diff --git a/map_configs/de_anubis.json b/map_config/de_anubis.json similarity index 100% rename from map_configs/de_anubis.json rename to map_config/de_anubis.json diff --git a/map_configs/de_dust2.json b/map_config/de_dust2.json similarity index 100% rename from map_configs/de_dust2.json rename to map_config/de_dust2.json diff --git a/map_configs/de_inferno.json b/map_config/de_inferno.json similarity index 100% rename from map_configs/de_inferno.json rename to map_config/de_inferno.json diff --git a/map_configs/de_mirage.json b/map_config/de_mirage.json similarity index 100% rename from map_configs/de_mirage.json rename to map_config/de_mirage.json diff --git a/map_configs/de_nuke.json b/map_config/de_nuke.json similarity index 100% rename from map_configs/de_nuke.json rename to map_config/de_nuke.json diff --git a/map_configs/de_overpass.json b/map_config/de_overpass.json similarity index 100% rename from map_configs/de_overpass.json rename to map_config/de_overpass.json diff --git a/map_configs/de_vertigo.json b/map_config/de_vertigo.json similarity index 100% rename from map_configs/de_vertigo.json rename to map_config/de_vertigo.json