File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,6 @@ jobs:
174174 path : layer_v3/cdk.py${{ matrix.python-version }}.out.zip
175175
176176 beta :
177- if : ${{ !inputs.skip_lambda_layer }}
178177 needs : build-layer
179178 # lower privilege propagated from parent workflow (release-v3.yml)
180179 permissions :
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 if [[ "${{ inputs.stage }}" == "BETA" ]]; then
128128 SAR_NAME="test-${SAR_NAME}"
129129 fi
130- ARCH_NAME=$(echo ${{ matrix.architecture }} | tr -d '_ ')
130+ ARCH_NAME=$(echo ${{ matrix.architecture }} | tr '_' '- ')
131131 SAR_NAME="${SAR_NAME}-python${{env.PYTHON_VERSION}}-${ARCH_NAME}"
132132 echo SAR_NAME="${SAR_NAME}" >> "$GITHUB_ENV"
133133 - name : Prepare SAR App
You can’t perform that action at this time.
0 commit comments