fix directory change

This commit is contained in:
Damodar Lohani
2023-03-08 07:19:44 +05:45
committed by GitHub
parent c680094089
commit 1c65787f16
+1 -1
View File
@@ -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