From 3ceb4fa839175da12f20a27fa1a4c23f51a048fd Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:57:39 -0800 Subject: [PATCH] workflows: rename directories --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 206d1ea4..50cedc52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,10 @@ jobs: mv umu-protonfixes protonfixes cd protonfixes/protonfixes python3 .github/scripts/check_imports.py + cd .. + mv protonfixes umu-protonfixes + cd .. + mv protonfixes umu-protonfixes - name: Test with unittest run: | python3 protonfixes_test.py