Skip to content

Commit 9748b61

Browse files
Modify arch name
1 parent 8a8333f commit 9748b61

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish_v3_layer.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

.github/workflows/reusable_deploy_v3_sar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)