Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
resdenia authored May 21, 2023
1 parent ea5dd75 commit 79e2784
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,8 @@ jobs:
- name: Clean
run: |
rm ./sam-template-${{ matrix.aws_region }}.yaml
rm ./function.zip
if [[ "${{ env.integration }}" = "CloudWatch" ]]; then
rm ./logzio-cloudwatch.zip
else
rm ./logzio-kinesis.zip

0 comments on commit 79e2784

Please sign in to comment.