mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-21 17:20: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
|
||||
with:
|
||||
path: addons/godot_xterm/native/bin
|
||||
merge-multiple: true
|
||||
# Some remaining steps temporarily disabled.
|
||||
- name: Export HTML5
|
||||
if: false
|
||||
|
@ -297,6 +298,7 @@ jobs:
|
|||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: addons/godot_xterm/native/bin
|
||||
merge-multiple: true
|
||||
- name: Test
|
||||
shell: bash
|
||||
run: |
|
||||
|
@ -309,7 +311,7 @@ jobs:
|
|||
merge-artifacts:
|
||||
name: Merge Artifacts
|
||||
runs-on: ubuntu-latest
|
||||
needs: [test, html5-export]
|
||||
needs: [build-linux, build-other-platforms, test, html5-export]
|
||||
strategy:
|
||||
matrix:
|
||||
target: [release, debug]
|
||||
|
|
Loading…
Reference in a new issue