Skip to content

Commit

Permalink
ci: fix directory deletion (#3222)
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft authored Jul 1, 2024
1 parent c7027d9 commit 7945778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/upload_terraform_module/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ runs:
- name: Cleanup Terraform module dir
shell: bash
run: |
rm -f terraform-module terraform-module.zip
rm -rf terraform-module terraform-module.zip

0 comments on commit 7945778

Please sign in to comment.