We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8275e commit 0431df3Copy full SHA for 0431df3
1 file changed
.github/workflows/release_created.yaml
@@ -26,6 +26,8 @@ jobs:
26
27
- name: "Package and Publish Terraform modules"
28
run: |
29
+ ARTIFACTS_DIR="$PWD/../../artifacts"
30
+ mkdir -p "$ARTIFACTS_DIR"
31
cd infrastructure/modules
32
for module in */; do
33
ls -al
0 commit comments