Skip to content

Commit 704a49f

Browse files
authored
Merge pull request #133 from milaboratory/merge-2025-10-30
Merge v4-beta to v4 (2025-10-30)
2 parents e076c72 + b3845d2 commit 704a49f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node-matrix.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,11 +551,11 @@ jobs:
551551
kms-keyname: ${{ secrets.GCP_KMS_KEY_NAME }}
552552
access-token: ${{ steps.gcp-auth.outputs.access_token }}
553553

554-
- name: Run after-prebuild for - ${{ matrix.selector }}
554+
- name: Run after-prebuild for - ${{ matrix.os }}-${{ matrix.arch }}
555555
id: after-prebuild
556556
shell: bash
557557
env:
558-
PRE_CALCULATED_STEP: ${{ matrix.selector }}
558+
PRE_CALCULATED_STEP: ${{ matrix.os }}-${{ matrix.arch }}
559559
run: |
560560
npm run --if-present after-prebuild
561561

0 commit comments

Comments
 (0)