We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e495a41 commit 1e9e5e9Copy full SHA for 1e9e5e9
1 file changed
.github/workflows/ci.yml
@@ -38,11 +38,13 @@ 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
+ # - name: Download zip
+ # uses: actions/download-artifact@v3
+ # with:
+ # name: prepared-lambda-layer-${{ github.sha }}
+ # path: aws-lambda-layer.zip
46
+ - run: |
47
+ ls -alh
48
49
- name: Upload Zip
50
uses: actions/upload-artifact@v3
0 commit comments