We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e076c72 + b3845d2 commit 704a49fCopy full SHA for 704a49f
.github/workflows/node-matrix.yaml
@@ -551,11 +551,11 @@ jobs:
551
kms-keyname: ${{ secrets.GCP_KMS_KEY_NAME }}
552
access-token: ${{ steps.gcp-auth.outputs.access_token }}
553
554
- - name: Run after-prebuild for - ${{ matrix.selector }}
+ - name: Run after-prebuild for - ${{ matrix.os }}-${{ matrix.arch }}
555
id: after-prebuild
556
shell: bash
557
env:
558
- PRE_CALCULATED_STEP: ${{ matrix.selector }}
+ PRE_CALCULATED_STEP: ${{ matrix.os }}-${{ matrix.arch }}
559
run: |
560
npm run --if-present after-prebuild
561
0 commit comments