From 2da76425cbe355864e5e3e52a0e071f14174e827 Mon Sep 17 00:00:00 2001 From: Michael Haufe Date: Thu, 5 Sep 2024 04:35:04 +0000 Subject: [PATCH] chore: Include hidden files in artifact upload and throw error if no files found --- .github/workflows/azure-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/azure-deploy.yml b/.github/workflows/azure-deploy.yml index e1a16e86..3c806aed 100644 --- a/.github/workflows/azure-deploy.yml +++ b/.github/workflows/azure-deploy.yml @@ -109,6 +109,8 @@ jobs: uses: actions/upload-artifact@v4 with: name: build_artifact + include-hidden-files: true + if-no-files-found: error path: .output bicep-deploy: needs: validate_infrastructure