ci: fix directory deletion (#3222)

This commit is contained in:
Moritz Sanft 2024-07-01 17:24:44 +02:00 committed by GitHub
parent c7027d9ddf
commit 7945778d67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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