Skip to content

Commit

Permalink
chore: Update working directory path in main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
max-geller committed Oct 5, 2024
1 parent 0531049 commit b929fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

# Install Dependencies and Build App
- name: Build Angular App 🔧
working-directory: /browser
working-directory: ~/browser
run: |
npm ci
npm run build --configuration=development
Expand Down

0 comments on commit b929fc1

Please sign in to comment.