We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9e5e9 commit f7ed36dCopy full SHA for f7ed36d
1 file changed
.github/workflows/ci.yml
@@ -38,14 +38,6 @@ jobs:
38
artifact_name: prepared-lambda-layer-${{ github.sha }}
39
zip_file_name: aws-lambda-layer.zip
40
41
- # - name: Download zip
42
- # uses: actions/download-artifact@v3
43
- # with:
44
- # name: prepared-lambda-layer-${{ github.sha }}
45
- # path: aws-lambda-layer.zip
46
- - run: |
47
- ls -alh
48
-
49
- name: Upload Zip
50
uses: actions/upload-artifact@v3
51
with:
0 commit comments