mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
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:
parent
a4d4581dd9
commit
08f2cd5376
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue