diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index 7592e84e04a..92bc69a4ed4 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -98,9 +98,9 @@ jobs: - name: Download test project if: ${{ matrix.test }} run: | - wget https://github.com/qarmin/RegressionTestProject/archive/3.x.zip + wget https://github.com/godotengine/regression-test-project/archive/3.x.zip unzip 3.x.zip - mv "RegressionTestProject-3.x" "test_project" + mv "regression-test-project-3.x" "test_project" # Editor is quite complicated piece of software, so it is easy to introduce bug here - name: Open and close editor