Skip to content

Commit

Permalink
Fixed flutter_distributor installer
Browse files Browse the repository at this point in the history
  • Loading branch information
M97Chahboun committed May 27, 2024
1 parent f3d76dd commit a5428f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3
- name: install flutter distributor
run: dart pub global activate --source git https://github.com/bixat/flutter_distributor.git
run: dart pub global activate -sgit https://github.com/bixat/flutter_distributor.git --git-path packages/flutter_distributor

- name: Configure Keystore
run: |
Expand Down

0 comments on commit a5428f6

Please sign in to comment.