Skip to content

Commit b3845d2

Browse files
committed
Merge v4-beta into v4
2 parents 8b364b7 + fcbe294 commit b3845d2

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)