mirror of
https://github.com/appwrite/sdk-for-flutter.git
synced 2026-04-07 19:27:41 +00:00
fix directory change
This commit is contained in:
+1
-1
@@ -24,6 +24,6 @@ install:
|
||||
deploy:
|
||||
provider: script
|
||||
skip_cleanup: true
|
||||
script: dart format ./lib/ && flutter pub publish -f
|
||||
script: cd $TRAVIS_BUILD_DIR && dart format ./lib/ && flutter pub publish -f
|
||||
on:
|
||||
tags: true
|
||||
|
||||
Reference in New Issue
Block a user