Skip to content

Commit 043973a

Browse files
committed
Experiment with dist
1 parent 5a4a024 commit 043973a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
apt update && apt install zip
8080
cd dist
8181
ls -la
82-
zip -r ../dist.zip ${lambda_name}.zip
82+
zip -r ../${lambda_name}.zip .
8383
# - name: Create Release
8484
# id: create_release
8585
# uses: actions/create-release@latest

0 commit comments

Comments
 (0)