Skip to content

Commit efac97f

Browse files
committed
Fix CI workflow
1 parent 26b6898 commit efac97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- run: |-
2222
mkdir build
2323
yq ".Resources.LogsLambda.Properties.Code.ZipFile = \"$(sed 's/\"/\\\"/g' handler.py)\"" axiom-cloudfront-lambda-cloudformation-stack.template.yaml > build/axiom-cloudfront-lambda-cloudformation-stack.yaml
24-
- run: cat axiom-cloudfront-lambda-cloudformation-stack.yaml
24+
- run: cat build/axiom-cloudfront-lambda-cloudformation-stack.yaml

0 commit comments

Comments
 (0)