mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-10 14:05:32 +02:00
WIP: Add readline util
This commit is contained in:
parent
04e07ec9a7
commit
52b7ac2970
6 changed files with 334 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.
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue