Skip to content

Commit

Permalink
update zip file name (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
libracoder authored May 24, 2024
1 parent b6d86ce commit f8dacbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
if: ${{env.zip_lambda_workflow_step == true}} || ${{env.zip_lambda_workflow_step == 'true' }}
run: |
cd ${{ github.workspace }}/dist && ls
for file in "./"/*lambda.zip
for file in "./"/*.zip
do
filename=$(basename "$file" .zip)
function_name=${filename%_lambda}
Expand Down

0 comments on commit f8dacbd

Please sign in to comment.