Skip to content

Commit 416d059

Browse files
committed
chore: fix dummy zip file creation
1 parent 1d701e3 commit 416d059

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
id: zip
3939
run: |
4040
zip_name="apache-iceberg-monitoring-${commit_hash}.zip"
41+
mkdir -p .aws-sam/build/IcebergMetricsLambda
4142
cd .aws-sam/build/IcebergMetricsLambda
4243
touch "../../../${zip_name}"
4344
echo "zip_name=${zip_name}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)