Skip to content

Commit 38a4780

Browse files
committed
Experiment with dist
1 parent aac8de1 commit 38a4780

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lambda-runner-binaries-syncer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@ jobs:
7474
path: dist
7575
- name: Create zip
7676
run: |
77+
ls -la
7778
apt update && apt install zip
7879
cd dist
80+
ls -la
7981
zip -r ../dist.zip ${lambda_name}.zip
8082
# - name: Create Release
8183
# id: create_release

0 commit comments

Comments
 (0)