From a549dc4aa60d5089d2f28dac0c349c6ab2815b04 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 17 Dec 2025 18:32:24 -0500 Subject: [PATCH] Change artifact upload condition to always --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3fed791..72aba6c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -791,7 +791,8 @@ jobs: - name: Archive production artifacts uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2 - if: (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && matrix.goal != 'test' + #if: (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && matrix.goal != 'test' + if: always() with: name: gam-binaries-${{ env.GAMOS }}-${{ env.arch }}-${{ matrix.jid }} path: |