Skip to content

Commit

Permalink
fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kruining committed Nov 25, 2024
1 parent 8fd2bf0 commit 0994dd3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ jobs:
name: Publish
runs-on: ubuntu-latest
needs: [ prepare, infra ]
defaults:
run:
working-directory: ./src
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -85,6 +82,8 @@ jobs:
uses: azure/cli@v2
with:
inlineScript: |
cd src
for x in $(find . -type d -name internal -prune -o -type f -name "*.bicep"); do
name=${x#"./"}
name=${name%".bicep"}
Expand Down

0 comments on commit 0994dd3

Please sign in to comment.