Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen-egov authored Jan 16, 2024
1 parent 2d9b909 commit 3a24490
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
run: flutter --disable-telemetry

- name: Navigate to Root Folder
run: home="$PWD"
run: ${{ github.workspace }}
home="$PWD"
cd flutter/digit-ui-components/digit_components

- name: Install Dependencies
Expand Down

0 comments on commit 3a24490

Please sign in to comment.