From cdec527252680e1053d6d751ca1bb5d7383f2b50 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Sat, 26 Apr 2025 00:00:10 -0700 Subject: [PATCH] wip --- .github/actions/build/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 86db848c..b14291fe 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -88,7 +88,7 @@ runs: - name: Archive Build Artifacts uses: actions/upload-artifact@v4 with: - name: hyper-${{ runner.os }}-${{ matrix.name }} + name: hyper-${{ runner.os }}-${{ inputs.matrix-name }} path: | dist/*.dmg dist/*.snap @@ -115,7 +115,7 @@ runs: - name: Archive E2E test screenshot uses: actions/upload-artifact@v4 with: - name: e2e-${{ matrix.os }}-${{ strategy.job-index }} + name: e2e-${{ inputs.matrix-os }}-${{ strategy.job-index }} path: dist/tmp/*.png - name: Save the pr number in an artifact