Skip to content

Commit

Permalink
chore: Include hidden files in artifact upload and throw error if no …
Browse files Browse the repository at this point in the history
…files found (#347)
  • Loading branch information
mlhaufe committed Sep 5, 2024
1 parent aad034d commit 7208c52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7208c52

Please sign in to comment.