mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-22 01:30:25 +01:00
Merge multiple artifacts
This commit is contained in:
parent
fa238465f8
commit
6e74b1508b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -192,6 +192,7 @@ jobs:
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: addons/godot_xterm/native/bin
|
path: addons/godot_xterm/native/bin
|
||||||
|
merge-multiple: true
|
||||||
# Some remaining steps temporarily disabled.
|
# Some remaining steps temporarily disabled.
|
||||||
- name: Export HTML5
|
- name: Export HTML5
|
||||||
if: false
|
if: false
|
||||||
|
@ -297,6 +298,7 @@ jobs:
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: addons/godot_xterm/native/bin
|
path: addons/godot_xterm/native/bin
|
||||||
|
merge-multiple: true
|
||||||
- name: Test
|
- name: Test
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
@ -309,7 +311,7 @@ jobs:
|
||||||
merge-artifacts:
|
merge-artifacts:
|
||||||
name: Merge Artifacts
|
name: Merge Artifacts
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [test, html5-export]
|
needs: [build-linux, build-other-platforms, test, html5-export]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
target: [release, debug]
|
target: [release, debug]
|
||||||
|
|
Loading…
Reference in a new issue