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:
174
174
path : layer_v3/cdk.py${{ matrix.python-version }}.out.zip
175
175
176
176
beta :
177
- if : ${{ !inputs.skip_lambda_layer }}
178
177
needs : build-layer
179
178
# lower privilege propagated from parent workflow (release-v3.yml)
180
179
permissions :
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
if [[ "${{ inputs.stage }}" == "BETA" ]]; then
128
128
SAR_NAME="test-${SAR_NAME}"
129
129
fi
130
- ARCH_NAME=$(echo ${{ matrix.architecture }} | tr -d '_ ')
130
+ ARCH_NAME=$(echo ${{ matrix.architecture }} | tr '_' '- ')
131
131
SAR_NAME="${SAR_NAME}-python${{env.PYTHON_VERSION}}-${ARCH_NAME}"
132
132
echo SAR_NAME="${SAR_NAME}" >> "$GITHUB_ENV"
133
133
- name : Prepare SAR App
You can’t perform that action at this time.
0 commit comments