Skip to content

Commit 4ea4d9b

Browse files
committed
fix comments
1 parent 4ceb57a commit 4ea4d9b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release-build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -242,16 +242,16 @@ jobs:
242242
# --principal "*" \
243243
# --statement-id publish \
244244
# --action lambda:GetLayerVersion
245-
# - name: upload layer arn artifact
246-
# if: ${{ success() }}
247-
# uses: actions/upload-artifact@v4
248-
# with:
249-
# name: ${{ env.LAYER_NAME }}-${{ matrix.aws_region }}
250-
# path: ${{ env.LAYER_NAME }}/${{ matrix.aws_region }}
251-
- name: clean s3
252-
if: always()
253-
run: |
254-
aws s3 rb --force s3://${{ env.BUCKET_NAME }}
245+
- name: upload layer arn artifact
246+
if: ${{ success() }}
247+
uses: actions/upload-artifact@v4
248+
with:
249+
name: ${{ env.LAYER_NAME }}-${{ matrix.aws_region }}
250+
path: ${{ env.LAYER_NAME }}/${{ matrix.aws_region }}
251+
# - name: clean s3
252+
# if: always()
253+
# run: |
254+
# aws s3 rb --force s3://${{ env.BUCKET_NAME }}
255255

256256
generate-lambda-release-note:
257257
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)