Skip to content

Commit

Permalink
fix Terraform release zipping (#2778)
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead authored Dec 27, 2023
1 parent 2f10223 commit 903411e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ jobs:
else
cp "${file}" "${folder_name}/terraform-provider-constellation_v${version}"
fi
zip -r "${folder_name}.zip" "${folder_name}"
(cd "${folder_name}" && zip "../${folder_name}.zip" ./*) # do not zip the folder itself
rm -r "${folder_name}"
done
Expand Down

0 comments on commit 903411e

Please sign in to comment.