Skip to content

Commit 0431df3

Browse files
committed
CCM-11751: Package and publish modules to Github on release cut
1 parent 3e8275e commit 0431df3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release_created.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

2727
- name: "Package and Publish Terraform modules"
2828
run: |
29+
ARTIFACTS_DIR="$PWD/../../artifacts"
30+
mkdir -p "$ARTIFACTS_DIR"
2931
cd infrastructure/modules
3032
for module in */; do
3133
ls -al

0 commit comments

Comments
 (0)