Skip to content

Commit

Permalink
update path for didkit pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Jun 4, 2024
1 parent f99d744 commit d9a812f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ jobs:
- name: 📦 Install Dependencies
run: |
echo "Install Dependencies"
if grep -q 'path: ../../../didkit/lib/flutter' packages/did_kit/pubspec.yaml; then
if grep -q 'path: ../../../didkit/lib/flutter' pubspec.yaml; then
echo "Path found, modifying pubspec.yaml"
sed -i 's|path: ../../../didkit/lib/flutter|git:\n url: https://github.com/spruceid/didkit.git\n path: lib/flutter|' packages/did_kit/pubspec.yaml
sed -i 's|path: ../../../didkit/lib/flutter|git:\n url: https://github.com/spruceid/didkit.git\n path: lib/flutter|' pubspec.yaml
else
echo "Path not found, no changes made"
fi
Expand Down

0 comments on commit d9a812f

Please sign in to comment.