From 08f2cd5376fe5759587bbc01ce09aecec970342b Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Mon, 8 Nov 2021 09:19:55 +0700 Subject: [PATCH] Download plugins to correct location Means that Gut tests can actually run. Previously they were not running because gut could not be found in addons/ directory. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f6f650c..c795e76 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -214,7 +214,7 @@ jobs: retention-days: 1 # Minimum. path: | addons - !addons/godot-xterm + !addons/godot_xterm html5_export: @@ -286,7 +286,7 @@ jobs: uses: actions/download-artifact@v2 with: name: plugins - path: ./ + path: ./addons - name: Run tests if: ${{ matrix.godot_version != 'v3.2-stable' }} shell: bash