diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b55171..94b0b1d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: run: python scripts/prepare_remote_fallbacks.py - name: Syntax check - run: python -m py_compile setup_tool.py setup_tool_dynamic.py remote_packages.py tests/test_safety.py scripts/prepare_remote_fallbacks.py ui_scaling_test.py + run: python -m py_compile setup_tool.py setup_tool_dynamic.py setup_tool_responsive.py remote_packages.py tests/test_safety.py scripts/prepare_remote_fallbacks.py - name: Unit safety tests run: python -m unittest discover -s tests -v @@ -67,7 +67,7 @@ jobs: --add-data "Payload;Payload" --add-data "vanilla-tweaks.exe;." --name "WoW_Modernization_Tool" - ui_scaling_test.py + setup_tool_responsive.py - name: Verify EXE exists shell: pwsh @@ -88,7 +88,7 @@ jobs: if: ${{ !startsWith(github.ref, 'refs/tags/') && !(github.ref == 'refs/heads/main' && github.event.head_commit.message == 'release v2.3') }} uses: actions/upload-artifact@v4 with: - name: WoW_Modernization_Tool-ui-scaling-test + name: WoW_Modernization_Tool-test path: | dist/WoW_Modernization_Tool.exe dist/WoW_Modernization_Tool.zip