Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed Apr 21, 2024
1 parent 0ce0cd3 commit 1cf7153
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
with:
# flutter-version: '3.3.10'
channel: "stable"
- run: cd example
- name: Navigate to the example folder
run: cd example
run: pwd
- run: flutter clean
- run: flutter pub get
- run: pwd
Expand Down

0 comments on commit 1cf7153

Please sign in to comment.