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.
This commit is contained in:
Leroy Hopson 2021-11-08 09:19:55 +07:00
parent a4d4581dd9
commit 08f2cd5376
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -214,7 +214,7 @@ jobs:
retention-days: 1 # Minimum. retention-days: 1 # Minimum.
path: | path: |
addons addons
!addons/godot-xterm !addons/godot_xterm
html5_export: html5_export:
@ -286,7 +286,7 @@ jobs:
uses: actions/download-artifact@v2 uses: actions/download-artifact@v2
with: with:
name: plugins name: plugins
path: ./ path: ./addons
- name: Run tests - name: Run tests
if: ${{ matrix.godot_version != 'v3.2-stable' }} if: ${{ matrix.godot_version != 'v3.2-stable' }}
shell: bash shell: bash