From 6e74b1508bb794d3d91e181d79fc7fc7e8b9c7a0 Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Sat, 24 Feb 2024 16:24:54 +1300 Subject: [PATCH] Merge multiple artifacts --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ad612bf..dcda1e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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]