Skip to content

Commit 1e9e5e9

Browse files
committed
debug output
1 parent e495a41 commit 1e9e5e9

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@ jobs:
3838
artifact_name: prepared-lambda-layer-${{ github.sha }}
3939
zip_file_name: aws-lambda-layer.zip
4040

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
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
4648
4749
- name: Upload Zip
4850
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)